summaryrefslogtreecommitdiff
path: root/tests/char.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/char.ur')
-rw-r--r--tests/char.ur4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/char.ur b/tests/char.ur
new file mode 100644
index 00000000..08621eba
--- /dev/null
+++ b/tests/char.ur
@@ -0,0 +1,4 @@
+fun main () =
+ case #"A" of
+ #"B" => return <xml/>
+ | _ => return <xml>A!</xml>