blob: 01ca082c9c51284b30d5a7be4835076854bf1467 [file] [log] [blame]
# update element in list: list -> list
foo: 2
bar: 4
array: [ 2, 3, 4 ]
map: { a: 5, b: 6, c: 7 }
list:
- fish
- { a: 5, b: 6, c: 7 }
- [ 2, 3, 4 ]
- bear