view tests/funnyStyles.ur @ 2150:763ccca119bc

location literal _LOC_
author Gabriel Riba Faura <griba2001@gmail.com>
date Wed, 03 Jun 2015 08:34:23 +0200
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>