summaryrefslogtreecommitdiff
path: root/tests/test_lxml.py
AgeCommit message (Expand)Author
2011-02-18Ported the encoding tests, and split them up into logical chunks. The html5li...Leonard Richardson
2011-02-13Ported more tests of bad declarations.Leonard Richardson
2011-02-13Added tests of nonsensical declarations.Leonard Richardson
2011-02-13Got the doctype tests to work for html5lib.Leonard Richardson
2011-02-13Got a variety of doctype tests working.Leonard Richardson
2011-02-13Added tests for namespaced doctypes.Leonard Richardson
2011-02-13Clarified lxml's behavior w/r/t CDATA sections.Leonard Richardson
2011-02-13Figured out the deal with CDATA sections in lxml and html5lib, and added comm...Leonard Richardson
2011-02-10Added some elementary doctype handling.Leonard Richardson
2011-02-10Added more table tests.Leonard Richardson
2011-02-10Added tests illustrating the different ways lxml and html5lib handle nested t...Leonard Richardson
2011-02-10Ported some more tests demonstrating that entities are converted to Unicode c...Leonard Richardson
2011-02-10Added a test to verify that both lxml and html5lib convert entities to Unicod...Leonard Richardson
2011-01-30Stop pretending that the 'generic' builder test is different from the lxml test.Leonard Richardson
2011-01-28Refactored enough to get all of the tests to pass with test discovery, even t...Leonard Richardson