aboutsummaryrefslogblamecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/unordered_inside_alternation
blob: 05e53088388891e32f707ba11aebdaffc8099e9a (plain) (tree)































                                                                            
[1 (2 3)] : 0

# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 1-2) ‘1’)
#   )
#   (.result
#     (string (@ 1 12-13) ‘0’)
#   )
# )
# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 4-5) ‘2’)
#     (string (@ 1 6-7) ‘3’)
#   )
#   (.result
#     (string (@ 1 12-13) ‘0’)
#   )
# )
# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 6-7) ‘3’)
#     (string (@ 1 4-5) ‘2’)
#   )
#   (.result
#     (string (@ 1 12-13) ‘0’)
#   )
# )
# :1:3–4: warning: unordered subsequence inside alternation is discouraged
#  [1 (2 3)] : 0
#     ^