Michael J. Spencer | 93210e8 | 2012-04-03 23:09:22 +0000 | [diff] [blame] | 1 | # RUN: yaml-bench -canonical %s |
2 | |||||
3 | --- | ||||
4 | in the block context: | ||||
5 | indentation should be kept: { | ||||
6 | but in the flow context: [ | ||||
7 | it may be violated] | ||||
8 | } | ||||
9 | --- | ||||
10 | the parser does not require scalars | ||||
11 | to be indented with at least one space | ||||
12 | ... | ||||
13 | --- | ||||
14 | "the parser does not require scalars | ||||
15 | to be indented with at least one space" | ||||
16 | --- | ||||
17 | foo: | ||||
18 | bar: 'quoted scalars | ||||
19 | may not adhere indentation' |