xref
: /
external
/
snakeyaml
/
src
/
test
/
resources
/
pyyaml
/
emit-block-scalar-in-simple-key-context-bug.canonical
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%YAML 1.1
2
--- !!map
3
{
4
? !!str "foo"
5
: !!str "bar"
6
}
7