diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-12 14:21:19 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-12 14:21:19 -0400 |
commit | d05506a1ac2933a37257131ae208f9e71e3de76f (patch) | |
tree | dc01bf01592f21f8a48198be1f5baa4fe4cbcfe4 /tests | |
parent | 2f324fc9e868e0775e1401833b74af15652c6732 (diff) |
Tiny increment to style test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/style.ur | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/style.ur b/tests/style.ur index 83f95594..29a8f262 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. <span class={q}>And hi again!</span> + Hi. <span class={q}>And hi <span class={r}>again</span>!</span> </body></xml> |