dyaml/test/data/spec-10-15.canonical

19 lines
218 B
Plaintext
Raw Normal View History

2011-08-16 12:53:13 +00:00
%YAML 1.1
---
!!seq [
!!map {
? !!str "sun"
: !!str "yellow"
},
!!map {
? !!map {
? !!str "earth"
: !!str "blue"
}
: !!map {
? !!str "moon"
: !!str "white"
}
}
]