view tests/funnyStyles.ur @ 2261:f81f1930c5d6

Fix SQL-parsing and declaration-ordering bugs.
author Ziv Scully <ziv@mit.edu>
date Wed, 30 Sep 2015 00:33:52 -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>