view tests/hyphenate.ur @ 2023:e4051315263e

Fix a bug in demos with 'rewrite all'
author Adam Chlipala <adam@chlipala.net>
date Wed, 11 Jun 2014 13:56:00 -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>