Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
23
test/data/spec-08-10.canonical
Normal file
23
test/data/spec-08-10.canonical
Normal file
|
@ -0,0 +1,23 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
!!map {
|
||||
? !!str "block styles" : !!map {
|
||||
? !!str "scalars" : !!map {
|
||||
? !!str "literal"
|
||||
: !!str "#!/usr/bin/perl\n\
|
||||
print \"Hello,
|
||||
world!\\n\";\n",
|
||||
? !!str "folded"
|
||||
: !!str "This sentence
|
||||
is false.\n"
|
||||
},
|
||||
? !!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