index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_lxml.py
Age
Commit message (
Collapse
)
Author
2011-02-18
Ported the encoding tests, and split them up into logical chunks. The ↵
Leonard Richardson
html5lib writer isn't setting up the charset substitution.
2011-02-13
Ported more tests of bad declarations.
Leonard Richardson
2011-02-13
Added tests of nonsensical declarations.
Leonard Richardson
2011-02-13
Got the doctype tests to work for html5lib.
Leonard Richardson
2011-02-13
Got a variety of doctype tests working.
Leonard Richardson
2011-02-13
Added tests for namespaced doctypes.
Leonard Richardson
2011-02-13
Clarified lxml's behavior w/r/t CDATA sections.
Leonard Richardson
2011-02-13
Figured out the deal with CDATA sections in lxml and html5lib, and added ↵
Leonard Richardson
comments and tests.
2011-02-10
Added some elementary doctype handling.
Leonard Richardson
2011-02-10
Added more table tests.
Leonard Richardson
2011-02-10
Added tests illustrating the different ways lxml and html5lib handle nested ↵
Leonard Richardson
tables.
2011-02-10
Ported some more tests demonstrating that entities are converted to Unicode ↵
Leonard Richardson
characters on the way in.
2011-02-10
Added a test to verify that both lxml and html5lib convert entities to ↵
Leonard Richardson
Unicode characters during parsing.
2011-01-30
Stop pretending that the 'generic' builder test is different from the lxml test.
Leonard Richardson
2011-01-28
Refactored enough to get all of the tests to pass with test discovery, even ↵
Leonard Richardson
though there are still some underlying problems.