Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
18
test/data/spec-09-15.canonical
Normal file
18
test/data/spec-09-15.canonical
Normal file
|
@ -0,0 +1,18 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
!!map {
|
||||
? !!str "---"
|
||||
: !!str "foo",
|
||||
? !!str "..."
|
||||
: !!str "bar"
|
||||
}
|
||||
%YAML 1.1
|
||||
---
|
||||
!!seq [
|
||||
!!str "---",
|
||||
!!str "...",
|
||||
!!map {
|
||||
? !!str "---"
|
||||
: !!str "..."
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue