summaryrefslogtreecommitdiff
path: root/tests/onerrorE.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/onerrorE.ur')
-rw-r--r--tests/onerrorE.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/onerrorE.ur b/tests/onerrorE.ur
new file mode 100644
index 0000000..b2948c7
--- /dev/null
+++ b/tests/onerrorE.ur
@@ -0,0 +1,5 @@
+fun err x = return <xml><body>
+ <h1>Bad thing!</h1>
+
+ {x}
+</body></xml>