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