Loose indentation rules for the following cases:
commitad10597d0a674581f1451f2979337a87937efff2
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 19 Mar 2006 01:30:05 +0000 (19 01:30 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 19 Mar 2006 01:30:05 +0000 (19 01:30 +0000)
tree7bcc3df3918b1c4aff7aff3c7d03ac79d322832a
parent6362ca94618de3e2f8eb66777b0624202bedee7f
Loose indentation rules for the following cases:

 * In the flow context, indentation level is not checked.
 * For quoted scalars, indentation level is not checked.
 * Flow scalars are not required to have at least 1 space indentation. Zero indentation is acceptable.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@117 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/scanner.py
tests/data/document-separator-in-quoted-scalar.error-message [new file with mode: 0644]
tests/data/invalid-indentation-for-quoted-scalar.error-message [deleted file]
tests/data/sloppy-indentation.canonical [new file with mode: 0644]
tests/data/sloppy-indentation.data [new file with mode: 0644]