diff options
Diffstat (limited to 'tests/hyphenate.ur')
-rw-r--r-- | tests/hyphenate.ur | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/hyphenate.ur b/tests/hyphenate.ur new file mode 100644 index 00000000..48c94f6b --- /dev/null +++ b/tests/hyphenate.ur @@ -0,0 +1,7 @@ +style extra_special +style somewhat_special + +fun main () : transaction page = return <xml><body> + <span class={extra_special}>Test</span> + <span class={somewhat_special}>Test</span> +</body></xml> |