Working on the scanner.
commitf43239e1ad0bf85c5b748e3934117af36603b2f8
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Fri, 17 Feb 2006 22:39:52 +0000 (17 22:39 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Fri, 17 Feb 2006 22:39:52 +0000 (17 22:39 +0000)
tree5ed078e200669c13e272db423333dfcb8163ec19
parent38c4ac622779f326b137dff0704501db3f431728
Working on the scanner.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@47 18f92427-320e-0410-9341-c67f048884a3
17 files changed:
lib/yaml/parser.py
lib/yaml/reader.py
lib/yaml/scanner.py
lib/yaml/tokens.py
tests/data/forbidden-entry.error-message [new file with mode: 0644]
tests/data/forbidden-key.error-message [new file with mode: 0644]
tests/data/forbidden-value.error-message [new file with mode: 0644]
tests/data/invalid-character.error-message [new file with mode: 0644]
tests/data/invalid-simple-key.error-message [new file with mode: 0644]
tests/data/invalid-utf8-byte.error-message [new file with mode: 0644]
tests/data/spec-10-07.data
tests/data/unclosed-bracket.error-message [new file with mode: 0644]
tests/test_appliance.py
tests/test_errors.py [new file with mode: 0644]
tests/test_marker.py
tests/test_tokens.py
tests/test_yaml.py