Initial commit.
This commit is contained in:
commit
283c42bf8f
592 changed files with 26392 additions and 0 deletions
18
test/data/sloppy-indentation.canonical
Normal file
18
test/data/sloppy-indentation.canonical
Normal file
|
@ -0,0 +1,18 @@
|
|||
%YAML 1.1
|
||||
---
|
||||
!!map {
|
||||
? !!str "in the block context"
|
||||
: !!map {
|
||||
? !!str "indentation should be kept"
|
||||
: !!map {
|
||||
? !!str "but in the flow context"
|
||||
: !!seq [ !!str "it may be violated" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
--- !!str
|
||||
"the parser does not require scalars to be indented with at least one space"
|
||||
--- !!str
|
||||
"the parser does not require scalars to be indented with at least one space"
|
||||
--- !!map
|
||||
{ ? !!str "foo": { ? !!str "bar" : !!str "quoted scalars may not adhere indentation" } }
|
Loading…
Add table
Add a link
Reference in a new issue