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

15 lines
161 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
%YAML 1.1
---
!!seq [
!!null "",
!!str "block node\n",
!!seq [
!!str "one",
!!str "two",
],
!!map {
? !!str "one"
: !!str "two",
}
]