Loose indentation rules for the following cases:
[pyyaml/python3.git] / tests / data / sloppy-indentation.data
blob2eb4f5a57f437a5db994eebc27e72479e06570b0
1 ---
2 in the block context:
3     indentation should be kept: { 
4     but in the flow context: [
5 it may be violated]
7 ---
8 the parser does not require scalars
9 to be indented with at least one space
10 ...
11 ---
12 "the parser does not require scalars
13 to be indented with at least one space"
14 ---
15 foo:
16     bar: 'quoted scalars
17 may not adhere indentation'