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

15 lines
256 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",
? !!map { ? !!str "sea" : !!str "green" } : !!null "",
}
}