view tests/funnyStyles.ur @ 2292:23eaec04e0f8

Ran a benchmark!
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 04:08:12 -0500
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>