Sign in
flutter
/
third_party
/
pyyaml.git
/
ee98abd7d7bd2ca9c7b98aa19164fd0306a3f3d2
/
.
/
tests
/
data
/
spec-08-09.data
blob: 69da04225c7bb3382367e9c35beb4a34535f18bd [
file
]
---
scalars
:
plain
:
!!
str some text
quoted
:
single
:
'some text'
double
:
"some text"
collections
:
sequence
:
!!
seq
[
!!
str entry
,
# Mapping entry:
key
:
value
]
mapping
:
{
key
:
value
}