xref: /aosp_15_r20/external/snakeyaml/src/test/resources/pyyaml/spec-09-12.canonical (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1%YAML 1.1
2---
3!!seq [
4  !!str "::std::vector",
5  !!str "Up, up, and away!",
6  !!int "-123",
7  !!seq [
8    !!str "::std::vector",
9    !!str "Up, up, and away!",
10    !!int "-123",
11  ]
12]
13