dyaml/test/data/spec-09-12.canonical
Ferdinand Majerech 283c42bf8f Initial commit.
2011-08-16 14:53:13 +02:00

13 lines
184 B
Plaintext

%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",
]
]