xref
: /
aosp_15_r20
/
external
/
python
/
pyyaml
/
tests
/
data
/
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