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

14 lines
196 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "sequence"
: !!seq [
!!str "one", !!str "two"
],
? !!str "mapping"
: !!map {
? !!str "sky" : !!str "blue",
? !!str "sea" : !!str "green",
}
}