]> granicus.if.org Git - python/commit
Fix stupid bug: when migrating these tests from the Zope repository, the
authorFred Drake <fdrake@acm.org>
Fri, 3 Aug 2001 19:53:01 +0000 (19:53 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Aug 2001 19:53:01 +0000 (19:53 +0000)
commit84bb9d8dc463eaa3e38080e4ee6fe3d150b3cb1b
tree180f2738b9ae25a620be4d1d620e34f90a0ad232
parent1d4601d30677ca8ac0fa70a3b57ea54d153ede4a
Fix stupid bug: when migrating these tests from the Zope repository, the
names of the test methods were not changed from the Zope-standard "check"
names to the Python-standard "test_" names, so the tests were not actually
being run.

Added test of hexadecimal character references as a regression check for
SF bug #445196.
Lib/test/test_htmlparser.py