android13/external/python/pyyaml/tests/data/spec-05-04.canonical

14 lines
196 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
%YAML 1.1
---
!!map {
? !!str "sequence"
: !!seq [
!!str "one", !!str "two"
],
? !!str "mapping"
: !!map {
? !!str "sky" : !!str "blue",
? !!str "sea" : !!str "green",
}
}