xref
: /
third_party
/
PyYAML
/
tests
/
data
/
emit-block-scalar-in-simple-key-context-bug.canonical
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
1
%YAML 1.1
2
--- !!map
3
{
4
? !!str "foo"
5
: !!str "bar"
6
}
7