aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/make-tree/valid/macro_call
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test-files/mds-kbdc/make-tree/valid/macro_call6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/make-tree/valid/macro_call b/test-files/mds-kbdc/make-tree/valid/macro_call
index b1a1405..1e43d28 100644
--- a/test-files/mds-kbdc/make-tree/valid/macro_call
+++ b/test-files/mds-kbdc/make-tree/valid/macro_call
@@ -2,6 +2,7 @@ mac0()
mac1(0)
mac2(1 "a")
mac3("x" "y" "z")
+mac0(.)
# (macro_call (@ 1 0-4) ‘mac0’
# (.arguments nil)
@@ -24,4 +25,9 @@ mac3("x" "y" "z")
# (string (@ 4 13-16) ‘"z"’)
# )
# )
+# (macro_call (@ 5 0-4) ‘mac0’
+# (.arguments
+# (nothing (@ 5 5-6))
+# )
+# )