Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
16
test/data/spec-06-05.canonical
Normal file
16
test/data/spec-06-05.canonical
Normal file
|
@ -0,0 +1,16 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
!!map {
|
||||
? !!map {
|
||||
? !!str "first"
|
||||
: !!str "Sammy",
|
||||
? !!str "last"
|
||||
: !!str "Sosa"
|
||||
}
|
||||
: !!map {
|
||||
? !!str "hr"
|
||||
: !!int "65",
|
||||
? !!str "avg"
|
||||
: !!float "0.278"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue