xref
: /
third_party
/
PyYAML
/
tests
/
data
/
spec-10-09.canonical
(revision a5f9918a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "key"
5
: !!str "value",
6
? !!str "empty"
7
: !!null "",
8
}
9