blob: de39bbc43283f80da7030dbe2844e8ce82787f4b [file] [log] [blame]
# add list element to list
foo: 2
bar: 4
array: [ 2, 3, 4 ]
map: { a: 5, b: 6, c: 7 }
list:
- fish
- { a: 5, b: 6, c: 7 }
- [ 1, 2, 3 ]
- [ 4, 5, 6 ]
- bear