From 82fa395e2383f77fcd81a19b3e14dadb45ad1ea3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 17 Nov 2014 07:12:04 +0100 Subject: mds-kbdc: treeise macro calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test-files/mds-kbdc/make-tree/valid/macro_call | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test-files/mds-kbdc/make-tree/valid/macro_call (limited to 'test-files/mds-kbdc/make-tree/valid/macro_call') diff --git a/test-files/mds-kbdc/make-tree/valid/macro_call b/test-files/mds-kbdc/make-tree/valid/macro_call new file mode 100644 index 0000000..b1a1405 --- /dev/null +++ b/test-files/mds-kbdc/make-tree/valid/macro_call @@ -0,0 +1,27 @@ +mac0() +mac1(0) +mac2(1 "a") +mac3("x" "y" "z") + +# (macro_call (@ 1 0-4) ‘mac0’ +# (.arguments nil) +# ) +# (macro_call (@ 2 0-4) ‘mac1’ +# (.arguments +# (string (@ 2 5-6) ‘0’) +# ) +# ) +# (macro_call (@ 3 0-4) ‘mac2’ +# (.arguments +# (string (@ 3 5-6) ‘1’) +# (string (@ 3 7-10) ‘"a"’) +# ) +# ) +# (macro_call (@ 4 0-4) ‘mac3’ +# (.arguments +# (string (@ 4 5-8) ‘"x"’) +# (string (@ 4 9-12) ‘"y"’) +# (string (@ 4 13-16) ‘"z"’) +# ) +# ) + -- cgit v1.2.3-70-g09d2