aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/validate-tree/invalid/function-map
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test-files/mds-kbdc/validate-tree/invalid/function-map22
1 files changed, 22 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/validate-tree/invalid/function-map b/test-files/mds-kbdc/validate-tree/invalid/function-map
new file mode 100644
index 0000000..1768d63
--- /dev/null
+++ b/test-files/mds-kbdc/validate-tree/invalid/function-map
@@ -0,0 +1,22 @@
+function f/0
+ <dead compose> "a" "e" : "æ"
+end function
+
+# (function (@ 1 0-8) ‘f/0’
+# (.inner
+# (map (@ 2 2-2)
+# (.sequence
+# (keys (@ 2 2-16) ‘<dead compose>’)
+# (string (@ 2 17-20) ‘"a"’)
+# (string (@ 2 21-24) ‘"e"’)
+# )
+# (.result
+# (string (@ 2 27-31) ‘"æ"’)
+# )
+# )
+# )
+# )
+# :2:2–2: error: mapping-statement inside function definition
+# <dead compose> "a" "e" : "æ"
+#
+