dyaml/test/data/spec-05-04.canonical

14 lines
196 B
Plaintext
Raw Normal View History

2011-08-16 12:53:13 +00:00
%YAML 1.1
---
!!map {
? !!str "sequence"
: !!seq [
!!str "one", !!str "two"
],
? !!str "mapping"
: !!map {
? !!str "sky" : !!str "blue",
? !!str "sea" : !!str "green",
}
}