Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
24
test/data/spec-10-11.canonical
Normal file
24
test/data/spec-10-11.canonical
Normal file
|
@ -0,0 +1,24 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
!!seq [
|
||||
!!map {
|
||||
? !!str "explicit key1"
|
||||
: !!str "explicit value",
|
||||
},
|
||||
!!map {
|
||||
? !!str "explicit key2"
|
||||
: !!null "",
|
||||
},
|
||||
!!map {
|
||||
? !!str "explicit key3"
|
||||
: !!null "",
|
||||
},
|
||||
!!map {
|
||||
? !!str "simple key1"
|
||||
: !!str "explicit value",
|
||||
},
|
||||
!!map {
|
||||
? !!str "simple key2"
|
||||
: !!null "",
|
||||
},
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue