aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/alternated_map
blob: 26688058352d554984866fccce6d716833c59be5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[1 2 3 <key>] : "result"

# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 1-2) ‘1’)
#   )
#   (.result
#     (string (@ 1 16-24) ‘"result"’)
#   )
# )
# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 3-4) ‘2’)
#   )
#   (.result
#     (string (@ 1 16-24) ‘"result"’)
#   )
# )
# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 5-6) ‘3’)
#   )
#   (.result
#     (string (@ 1 16-24) ‘"result"’)
#   )
# )
# (map (@ 1 0-0)
#   (.sequence
#     (keys (@ 1 7-12) ‘<key>’)
#   )
#   (.result
#     (string (@ 1 16-24) ‘"result"’)
#   )
# )