blob: 3adedecb68769d9a8d2bdabfb68b42edbdc107e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<tab> : .
# (map (@ 1 0-0)
# (.sequence
# (keys (@ 1 0-5) ‘<tab>’)
# )
# (.result
# (nothing (@ 1 8-9))
# )
# )
# :1:8–9: error: not allowed in mapping output
# <tab> : .
# ^
|