summaryrefslogtreecommitdiff
path: root/tests/mismatch.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-03-16 16:17:02 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-03-16 16:17:02 -0400
commit9a25a26d4c2e1e86df39e770c84a505bf43ceb97 (patch)
tree6a1012ed6bc009f4ba6860041f8213ef045678d0 /tests/mismatch.ur
parent147060e49808e92b1ae5c0c9f967fecc75627c5c (diff)
More informative tag mismatch error message
Diffstat (limited to 'tests/mismatch.ur')
-rw-r--r--tests/mismatch.ur3
1 files changed, 3 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>