Mercurial > urweb
view tests/cssNull.ur @ 1777:59b07fdae1ff
Partitioning and ordering for window functions
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 02 Jun 2012 16:47:09 -0400 |
parents | 5691ec310618 |
children |
line wrap: on
line source
style spicy fun main () : transaction page = return <xml><body> <span class={null}>Boring</span> <span class={classes null spicy}>Spicy!</span> </body></xml>