aboutsummaryrefslogblamecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call_alternation_with_nothing
blob: 0c7096eb9ff401b792c02240b2e7d28e4becb818 (plain) (tree)
























                                      
my_macro([1 2] [3 .])

# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 1 10-11) ‘1’)
#     (string (@ 1 16-17) ‘3’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 1 10-11) ‘1’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 1 12-13) ‘2’)
#     (string (@ 1 16-17) ‘3’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 1 12-13) ‘2’)
#   )
# )