summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mismatch.ur3
-rw-r--r--tests/mismatch.urp1
-rw-r--r--tests/mismatch.urs1
3 files changed, 5 insertions, 0 deletions
diff --git a/tests/mismatch.ur b/tests/mismatch.ur
new file mode 100644
index 00000000..e18e373d
--- /dev/null
+++ b/tests/mismatch.ur
@@ -0,0 +1,3 @@
+fun main () = return <xml><body>
+ <b>Wowza!</i>
+</body></xml>
diff --git a/tests/mismatch.urp b/tests/mismatch.urp
new file mode 100644
index 00000000..65f340b7
--- /dev/null
+++ b/tests/mismatch.urp
@@ -0,0 +1 @@
+mismatch
diff --git a/tests/mismatch.urs b/tests/mismatch.urs
new file mode 100644
index 00000000..6ac44e0b
--- /dev/null
+++ b/tests/mismatch.urs
@@ -0,0 +1 @@
+val main : unit -> transaction page