summaryrefslogtreecommitdiff
path: root/tests/longConst.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/longConst.ur')
-rw-r--r--tests/longConst.ur12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/longConst.ur b/tests/longConst.ur
new file mode 100644
index 0000000..d81e2ad
--- /dev/null
+++ b/tests/longConst.ur
@@ -0,0 +1,12 @@
+val ls = 1 :: 2 :: 3 :: 4 :: 5 :: 6
+ :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
+ :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
+ :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
+ :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
+ :: 1 :: 2 :: 3 :: 4 :: 5 :: 6
+ :: []
+
+fun main () : transaction page = return <xml><body>
+ {List.mapX txt ls}<br/>
+ {List.mapX txt ls}
+</body></xml>