aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/invalid/long_single_unordered
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test-files/mds-kbdc/simplify-tree/invalid/long_single_unordered23
1 files changed, 23 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/simplify-tree/invalid/long_single_unordered b/test-files/mds-kbdc/simplify-tree/invalid/long_single_unordered
new file mode 100644
index 0000000..38751e5
--- /dev/null
+++ b/test-files/mds-kbdc/simplify-tree/invalid/long_single_unordered
@@ -0,0 +1,23 @@
+(1 2 3 4 5 6) : 0
+
+# (map (@ 1 0-0)
+# (.sequence
+# (unordered (@ 1 0-1)
+# (.inner
+# (string (@ 1 1-2) ‘1’)
+# (string (@ 1 3-4) ‘2’)
+# (string (@ 1 5-6) ‘3’)
+# (string (@ 1 7-8) ‘4’)
+# (string (@ 1 9-10) ‘5’)
+# (string (@ 1 11-12) ‘6’)
+# )
+# )
+# )
+# (.result
+# (string (@ 1 16-17) ‘0’)
+# )
+# )
+# :1:1–2: error: unordered subsequence longer than 5 elements need double brackets
+# (1 2 3 4 5 6) : 0
+# ^
+