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