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

13 lines
135 B
Plaintext
Raw Normal View History

2011-08-16 12:53:13 +00:00
%YAML 1.1
---
!!map {
? !!str "block"
: !!seq [
!!str "one",
!!map {
? !!str "two"
: !!str "three"
}
]
}