Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
abb02e59946f9ea3076e96e3b03b51d1cebd46b4
/
Lib
/
test
/
test_htmlparser.py
d09def3
Bug #1442874: handle "<!>", the empty SGML comment
by Georg Brandl
· 19 years ago
75d9a62
add tests that make sure buffer boundaries are handled properly for SGML comments
by Fred Drake
· 21 years ago
27f8836
Whitespace normalization.
by Tim Peters
· 21 years ago
b7d8ce0
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann.
by Andrew M. Kuchling
· 21 years ago
fafd56f
Add test that demonstrates SGML-style handling of processing instructions.
by Fred Drake
· 22 years ago
0834d77
Accept commas in unquoted attribute values. This closes SF patch #669683.
by Fred Drake
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
073148c
Add a test that makes sure unclosed entity references are handled consitently.
by Fred Drake
· 23 years ago
e822049
Adapt to use the test_main() approach.
by Fred Drake
· 24 years ago
7cf613d
HTMLParser is allowed to be more strict than sgmllib, so let's not
by Fred Drake
· 24 years ago
c20a698
Enhanced the test for DOCTYPE declarations, added a test for dealing with
by Fred Drake
· 24 years ago
029acfb
Deal more appropriately with bare ampersands and pointy brackets; this
by Fred Drake
· 24 years ago
84bb9d8
Fix stupid bug: when migrating these tests from the Zope repository, the
by Fred Drake
· 24 years ago
50bc19f
Remove a duplicate test.
by Fred Drake
· 24 years ago
bd3090d
Added test suite for the new HTMLParser module, originally from the
by Fred Drake
· 24 years ago