Sign in
flutter
/
third_party
/
pyyaml
/
3e7a7042dda4e8285c5959defba0eb3f6b681536
/
.
/
tests
/
data
/
spec-05-04.canonical
blob: 00c97236d809e9f9e33e98c70fd98e9549d5504a [
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"
,
}
}