Scanner is complete.
commit6070191305af2f626f202d33470e0f76cd0aaa1f
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sat, 18 Feb 2006 23:52:18 +0000 (18 23:52 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sat, 18 Feb 2006 23:52:18 +0000 (18 23:52 +0000)
tree865998b24c156e88888d6c5934874815f2629175
parentf43239e1ad0bf85c5b748e3934117af36603b2f8
Scanner is complete.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@48 18f92427-320e-0410-9341-c67f048884a3
29 files changed:
Makefile
lib/yaml/reader.py
lib/yaml/scanner.py
lib/yaml/tokens.py
tests/data/invalid-block-scalar-indicator.error-message [new file with mode: 0644]
tests/data/invalid-escape-character.error-message [new file with mode: 0644]
tests/data/invalid-escape-numbers.error-message [new file with mode: 0644]
tests/data/invalid-indentation-for-quoted-scalar.error-message [new file with mode: 0644]
tests/data/invalid-indentation-indicator-1.error-message [new file with mode: 0644]
tests/data/invalid-indentation-indicator-2.error-message [new file with mode: 0644]
tests/data/invalid-starting-character.error-message [new file with mode: 0644]
tests/data/spec-06-01.data
tests/data/spec-06-06.canonical
tests/data/spec-07-10.canonical
tests/data/spec-08-08.canonical
tests/data/spec-08-10.canonical
tests/data/spec-09-02.canonical
tests/data/spec-09-12.data
tests/data/spec-09-16.data
tests/data/spec-09-25.data
tests/data/spec-09-26.canonical
tests/data/spec-09-27.canonical
tests/data/spec-09-28.canonical
tests/data/spec-10-10.data
tests/data/spec-10-14.canonical
tests/data/unclosed-quoted-scalar.error-message [new file with mode: 0644]
tests/test_appliance.py
tests/test_structure.py
tests/test_tokens.py