Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
14
test/data/spec-05-03.canonical
Normal file
14
test/data/spec-05-03.canonical
Normal file
|
@ -0,0 +1,14 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
!!map {
|
||||
? !!str "sequence"
|
||||
: !!seq [
|
||||
!!str "one", !!str "two"
|
||||
],
|
||||
? !!str "mapping"
|
||||
: !!map {
|
||||
? !!str "sky" : !!str "blue",
|
||||
# ? !!str "sea" : !!str "green",
|
||||
? !!map { ? !!str "sea" : !!str "green" } : !!null "",
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue