summaryrefslogtreecommitdiff
path: root/tests/style.ur
blob: f622ecfddc2ee68ea2b355a0eeae4296710c9e6c (plain)
1
2
3
4
5
6
style q : []
style r : [Table, List]

fun main () : transaction page = return <xml><body>
  Hi.
</body></xml>