summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-02-10Ported some more tests demonstrating that entities are converted to Unicode ↵Leonard Richardson
characters on the way in.
2011-02-10Added a test to verify that both lxml and html5lib convert entities to ↵Leonard Richardson
Unicode characters during parsing.
2011-02-10Fixed the ability to encode strings.Leonard Richardson
2011-01-30Stop pretending that the 'generic' builder test is different from the lxml test.Leonard Richardson
2011-01-29Ported even more tests.Leonard Richardson
2011-01-28Ported the persistence tests.Leonard Richardson
2011-01-28Added tests for <textarea> and <script> tags that contain HTML.Leonard Richardson
2011-01-28Made .string a dynamic property.Leonard Richardson
2011-01-28Refactored enough to get all of the tests to pass with test discovery, even ↵Leonard Richardson
though there are still some underlying problems.