aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/style.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 14:19:15 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 14:19:15 -0400
commit2f324fc9e868e0775e1401833b74af15652c6732 (patch)
tree09447cbf30adcc3cc79bc4ebe766f74d8a60a4a9 /tests/style.ur
parent84168a777e28ab53917bc3ed448cc90e6b00a4ed (diff)
Classes as optional arguments to Basis.tag
Diffstat (limited to 'tests/style.ur')
-rw-r--r--tests/style.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/style.ur b/tests/style.ur
index 04b32a64..83f95594 100644
--- a/tests/style.ur
+++ b/tests/style.ur
@@ -2,5 +2,5 @@ style q
style r
fun main () : transaction page = return <xml><body>
- Hi.
+ Hi. <span class={q}>And hi again!</span>
</body></xml>