xref
: /
aosp_15_r20
/
external
/
python
/
pyyaml
/
tests
/
data
/
spec-10-12.canonical
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "block"
5
: !!map {
6
? !!str "key"
7
: !!str "value"
8
}
9
}
10