android13/external/python/pyyaml/tests/data/spec-09-07.canonical

12 lines
165 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "simple key"
: !!map {
? !!str "also simple"
: !!str "value",
? !!str "not a simple key"
: !!str "any value"
}
}