summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir/yaml.in
blob: e3d77e2543a53b1c0301917451e7136f10759c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim: set ft=yaml sw=2 et :

# START_INDENT
map1:
sub1:
- list item
map2:
- another list
# END_INDENT

# START_INDENT
map: &anchor
map: val
# END_INDENT