Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
15
test/data/spec-06-01.canonical
Normal file
15
test/data/spec-06-01.canonical
Normal file
|
@ -0,0 +1,15 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
!!map {
|
||||
? !!str "Not indented"
|
||||
: !!map {
|
||||
? !!str "By one space"
|
||||
: !!str "By four\n spaces\n",
|
||||
? !!str "Flow style"
|
||||
: !!seq [
|
||||
!!str "By two",
|
||||
!!str "Also by two",
|
||||
!!str "Still by two",
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue