summaryrefslogtreecommitdiff
path: root/tests/style.ur
blob: 83f955949b19a553399c27ecd275e3610333653e (plain)
1
2
3
4
5
6
style q
style r

fun main () : transaction page = return <xml><body>
  Hi.  <span class={q}>And hi again!</span>
</body></xml>