summaryrefslogtreecommitdiff
path: root/tests/fromStringErr.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fromStringErr.ur')
-rw-r--r--tests/fromStringErr.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fromStringErr.ur b/tests/fromStringErr.ur
new file mode 100644
index 00000000..07899d02
--- /dev/null
+++ b/tests/fromStringErr.ur
@@ -0,0 +1,3 @@
+fun main () : transaction page = return <html><body>
+ 3 = {cdata (show _ (readError _ "3" : int))}<br/>
+</body></html>