summaryrefslogtreecommitdiff
path: root/tests/groupBy.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/groupBy.ur')
-rw-r--r--tests/groupBy.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/groupBy.ur b/tests/groupBy.ur
new file mode 100644
index 00000000..e91e33cc
--- /dev/null
+++ b/tests/groupBy.ur
@@ -0,0 +1,3 @@
+val main : transaction page = return <xml><body>
+ {[List.groupBy eq (1 :: 1 :: 2 :: 2 :: 3 :: 4 :: 4 :: 4 :: 5 :: [])]}
+</body></xml>