aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/invalid/nothing_but_nothing_in_unordered
blob: d7bfbf32bf6f61a693cbe7fce246df9e83a0886a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(. .) : 1

# (map (@ 1 0-0)
#   (.sequence nil)
#   (.result
#     (string (@ 1 8-9) ‘1’)
#   )
# )
# :1:1–2: warning: ‘.’ outside alternation has no effect
#  (. .) : 1
#   ^
# :1:3–4: warning: ‘.’ outside alternation has no effect
#  (. .) : 1
#     ^
# :1:0–1: error: unordered subsequence contained nothing else than ‘.’
#  (. .) : 1
#  ^