From 3d0ae02cc3d0b947ef6102b31f4b354eec9b543a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 18 Apr 2012 08:45:51 -0400 Subject: Fixed a bug that made the HTMLParser treebuilder generate XML definitions ending with two question marks instead of one. [bug=984258] --- bs4/tests/test_htmlparser.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bs4/tests/test_htmlparser.py') diff --git a/bs4/tests/test_htmlparser.py b/bs4/tests/test_htmlparser.py index 6215185..bcb5ed2 100644 --- a/bs4/tests/test_htmlparser.py +++ b/bs4/tests/test_htmlparser.py @@ -17,4 +17,3 @@ class HTMLParserTreeBuilderSmokeTest(SoupTest, HTMLTreeBuilderSmokeTest): def test_namespaced_public_doctype(self): # html.parser can't handle namespaced doctypes, so skip this one. pass - -- cgit v1.2.3