diff options
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 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> |