xref: /aosp_15_r20/external/snakeyaml/src/test/resources/pyyaml/spec-09-12.data (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
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 ]
9