xref
: /
third_party
/
PyYAML
/
tests
/
data
/
spec-08-01.canonical
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
1
%YAML 1.1
2
---
3
!!map {
4
? &A1 !!str "foo"
5
: !!str "bar",
6
? &A2 !!str "baz"
7
: *A1
8
}
9