summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/tests/test_lxml.py
AgeCommit message (Collapse)Author
2010-12-26Got the html5lib parser to work, even though it works by building a separate ↵Leonard Richardson
DOM tree and turning it into SAX events so we can build another DOM tree.
2010-12-26Got lxml test suite to work.Leonard Richardson
2009-04-10Added a simple compatibility test suite for tree builders.Leonard Richardson