Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
21
test/data/spec-08-09.canonical
Normal file
21
test/data/spec-08-09.canonical
Normal file
|
@ -0,0 +1,21 @@
|
|||
%YAML 1.1
|
||||
--- !!map {
|
||||
? !!str "scalars" : !!map {
|
||||
? !!str "plain"
|
||||
: !!str "some text",
|
||||
? !!str "quoted"
|
||||
: !!map {
|
||||
? !!str "single"
|
||||
: !!str "some text",
|
||||
? !!str "double"
|
||||
: !!str "some text"
|
||||
} },
|
||||
? !!str "collections" : !!map {
|
||||
? !!str "sequence" : !!seq [
|
||||
!!str "entry",
|
||||
!!map {
|
||||
? !!str "key" : !!str "value"
|
||||
} ],
|
||||
? !!str "mapping" : !!map {
|
||||
? !!str "key" : !!str "value"
|
||||
} } }
|
Loading…
Add table
Add a link
Reference in a new issue