view tests/funnyStyles.ur @ 2136:75c8f8e3f5d0

Ignore manual.out
author Adam Chlipala <adam@chlipala.net>
date Fri, 24 Apr 2015 10:01:56 -0400
parents 3005c66b70e8
children
line wrap: on
line source
style booboo
style hoohoo

fun main () : transaction page = return <xml><body>
  <p class={booboo}>booboo</p>
  <p class={hoohoo}>hoohoo</p>
  <p class={null}>null</p>
</body></xml>