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