Add style information to events generated by Parser.
commit3e3ce1443520ece1e3468f9d16d003cffcda9824
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 3 Apr 2006 18:20:25 +0000 (3 18:20 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 3 Apr 2006 18:20:25 +0000 (3 18:20 +0000)
treea8cd52a8bf07191896ad8e732bdf199c1b9fd026
parent569297e4eaf41197d2982e4b9d12fc158d817a06
Add style information to events generated by Parser.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@130 18f92427-320e-0410-9341-c67f048884a3
19 files changed:
examples/yaml-hl/yaml_hl_ascii.cfg
examples/yaml-hl/yaml_hl_html.cfg
lib/yaml/composer.py
lib/yaml/events.py
lib/yaml/parser.py
lib/yaml/reader.py
lib/yaml/scanner.py
lib/yaml/tokens.py
tests/data/aliases.events [new file with mode: 0644]
tests/data/documents.events [new file with mode: 0644]
tests/data/mappings.events [new file with mode: 0644]
tests/data/scalars.events [new file with mode: 0644]
tests/data/sequences.events [new file with mode: 0644]
tests/data/spec-08-12.canonical
tests/data/spec-08-12.data
tests/test_appliance.py
tests/test_emitter.py [new file with mode: 0644]
tests/test_structure.py
tests/test_yaml.py