Sign in
flutter
/
third_party
/
pyyaml
/
d0d660d035905d9c49fc0f8dafb579d2cc68c0c8
/
.
/
tests
/
data
/
spec-05-03.canonical
blob: a143a73fb288c762075b54da7e5cebab4fb4a1d8 [
file
] [
log
] [
blame
]
%
YAML
1.1
---
!!
map
{
?
!!
str
"sequence"
:
!!
seq
[
!!
str
"one"
,
!!
str
"two"
],
?
!!
str
"mapping"
:
!!
map
{
?
!!
str
"sky"
:
!!
str
"blue"
,
# ? !!str "sea" : !!str "green",
?
!!
map
{
?
!!
str
"sea"
:
!!
str
"green"
}
:
!!
null
""
,
}
}