Fix a bug when a block scalar is incorrectly emitted in the simple key context.
[pyyaml/python3.git] / tests / data / spec-09-12.data
blobb9a3ac538cd4b2381bfdd8522a07059f42edf1ed
1 # Outside flow collection:
2 - ::std::vector
3 - Up, up, and away!
4 - -123
5 # Inside flow collection:
6 - [ '::std::vector',
7   "Up, up, and away!",
8   -123 ]