view tests/funnyStyles.ur @ 1867:216a3a67ebe3

Tweak Sergey's patch to work with Postgres
author Adam Chlipala <adam@chlipala.net>
date Fri, 13 Sep 2013 10:24:10 -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>