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

12 lines
134 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "plain key"
: !!null "",
? !!str "quoted key"
: !!seq [
!!str "one",
!!str "two",
]
}