android13/external/python/pyyaml/tests/data/spec-10-03.canonical

13 lines
135 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "block"
: !!seq [
!!str "one",
!!map {
? !!str "two"
: !!str "three"
}
]
}