aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/make-tree/valid/alternated-macro_call
blob: 419fed99959378efdf6933f57dfaf0db1d775240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
amac(["1" "2"] ["." .] "a")

# (macro_call (@ 1 0-4) ‘amac’
#   (.arguments
#     (alternation (@ 1 5-6)
#       (.inner
#         (string (@ 1 6-9) ‘"1"’)
#         (string (@ 1 10-13) ‘"2"’)
#       )
#     )
#     (alternation (@ 1 15-16)
#       (.inner
#         (string (@ 1 16-19) ‘"."’)
#         (nothing (@ 1 20-21))
#       )
#     )
#     (string (@ 1 23-26) ‘"a"’)
#   )
# )