Sign in
flutter
/
third_party
/
pyyaml
/
d0d660d035905d9c49fc0f8dafb579d2cc68c0c8
/
.
/
tests
/
data
/
spec-09-15.canonical
blob: df0204076bdd2aadd2326ceca21e8f5b0a0c2c8e [
file
] [
log
] [
blame
]
%
YAML
1.1
---
!!
map
{
?
!!
str
"---"
:
!!
str
"foo"
,
?
!!
str
"..."
:
!!
str
"bar"
}
%
YAML
1.1
---
!!
seq
[
!!
str
"---"
,
!!
str
"..."
,
!!
map
{
?
!!
str
"---"
:
!!
str
"..."
}
]