android13/external/python/pyyaml/tests/data/spec-09-12.canonical

13 lines
184 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
%YAML 1.1
---
!!seq [
!!str "::std::vector",
!!str "Up, up, and away!",
!!int "-123",
!!seq [
!!str "::std::vector",
!!str "Up, up, and away!",
!!int "-123",
]
]