All tests passed! Scanner and Parser seem to be correct.
commitda5f57d7b0fe6c1b333fe863f1c395a8f5443ad1
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 15 Feb 2006 13:35:29 +0000 (15 13:35 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 15 Feb 2006 13:35:29 +0000 (15 13:35 +0000)
tree84554857d22063d67ca7aa0056b6ec581176e69a
parent3527637545d2ce07c774daa44c71a823a19c6c80
All tests passed! Scanner and Parser seem to be correct.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@44 18f92427-320e-0410-9341-c67f048884a3
57 files changed:
lib/yaml/parser.py
lib/yaml/scanner.py
lib/yaml/stream.py
tests/data/spec-02-01.structure [new file with mode: 0644]
tests/data/spec-02-02.structure [new file with mode: 0644]
tests/data/spec-02-03.structure [new file with mode: 0644]
tests/data/spec-02-04.structure [new file with mode: 0644]
tests/data/spec-02-05.structure [new file with mode: 0644]
tests/data/spec-02-06.structure [new file with mode: 0644]
tests/data/spec-02-07.structure [new file with mode: 0644]
tests/data/spec-02-08.structure [new file with mode: 0644]
tests/data/spec-02-09.structure [new file with mode: 0644]
tests/data/spec-02-10.structure [new file with mode: 0644]
tests/data/spec-02-11.structure [new file with mode: 0644]
tests/data/spec-02-12.structure [new file with mode: 0644]
tests/data/spec-02-13.structure [new file with mode: 0644]
tests/data/spec-02-14.structure [new file with mode: 0644]
tests/data/spec-02-15.structure [new file with mode: 0644]
tests/data/spec-02-16.structure [new file with mode: 0644]
tests/data/spec-02-17.structure [new file with mode: 0644]
tests/data/spec-02-18.structure [new file with mode: 0644]
tests/data/spec-02-19.structure [new file with mode: 0644]
tests/data/spec-02-20.structure [new file with mode: 0644]
tests/data/spec-02-21.structure [new file with mode: 0644]
tests/data/spec-02-22.structure [new file with mode: 0644]
tests/data/spec-02-23.structure [new file with mode: 0644]
tests/data/spec-02-24.structure [new file with mode: 0644]
tests/data/spec-02-25.structure [new file with mode: 0644]
tests/data/spec-02-26.structure [new file with mode: 0644]
tests/data/spec-02-27.structure [new file with mode: 0644]
tests/data/spec-02-28.structure [new file with mode: 0644]
tests/data/spec-05-03.canonical
tests/data/spec-07-10.canonical
tests/data/spec-08-01.data
tests/data/spec-08-12.data
tests/data/spec-08-13.canonical
tests/data/spec-08-15.canonical
tests/data/spec-08-15.data
tests/data/spec-09-12.data
tests/data/spec-09-25.canonical
tests/data/spec-09-29.canonical
tests/data/spec-09-30.canonical
tests/data/spec-09-31.canonical
tests/data/spec-09-32.canonical
tests/data/spec-09-33.canonical
tests/data/spec-10-05.canonical
tests/data/spec-10-07.canonical
tests/data/spec-10-07.data
tests/data/spec-10-09.canonical
tests/data/spec-10-10.canonical
tests/data/spec-10-11.canonical
tests/data/spec-10-13.canonical
tests/data/spec-10-14.canonical
tests/test_appliance.py
tests/test_structure.py [new file with mode: 0644]
tests/test_tokens.py
tests/test_yaml.py