view tests/hyphenate.ur @ 1771:4cca386e5766

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 19 May 2012 11:46:29 -0400
parents 675ce534e3ec
children
line wrap: on
line source
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>