Mercurial > urweb
diff tests/hyphenate.ur @ 1752:675ce534e3ec
New optional suffice for 'rewrite' in .urp files: [-]
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 06 May 2012 15:27:30 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/hyphenate.ur Sun May 06 15:27:30 2012 -0400 @@ -0,0 +1,7 @@ +style extra_special +style somewhat_special + +fun main () : transaction page = return <xml><body> + <span class={extra_special}>Test</span> + <span class={somewhat_special}>Test</span> +</body></xml>