Merge test_htmlparser changes from 3.3.

This commit is contained in:
Ezio Melotti 2013-11-02 17:50:02 +02:00
commit 1943c8a112

View file

@ -764,11 +764,5 @@ class AttributesTolerantTestCase(AttributesStrictTestCase):
("data", "spam"), ("endtag", "a")])
def test_main():
support.run_unittest(HTMLParserStrictTestCase, HTMLParserTolerantTestCase,
AttributesStrictTestCase, AttributesTolerantTestCase)
if __name__ == "__main__":
test_main()
unittest.main()