summaryrefslogtreecommitdiff
path: root/Lib/test/test_htmlparser.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-09 13:27:14 +0000
committerGeorg Brandl <georg@python.org>2006-03-09 13:27:14 +0000
commitd09def36d52af3e087433eb67c49da633436c602 (patch)
treef9498fe321b3156583d269362e26ef6523b18ec0 /Lib/test/test_htmlparser.py
parent8f4b4db676c10239543dd4bbdf99dacdd6468bd4 (diff)
downloadcpython-git-d09def36d52af3e087433eb67c49da633436c602.tar.gz
Bug #1442874: handle "<!>", the empty SGML comment
Diffstat (limited to 'Lib/test/test_htmlparser.py')
-rwxr-xr-xLib/test/test_htmlparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py
index 4cb87dfc21..54b90cd2de 100755
--- a/Lib/test/test_htmlparser.py
+++ b/Lib/test/test_htmlparser.py
@@ -115,7 +115,7 @@ comment1b-->
<Img sRc='Bar' isMAP>sample
text
&#x201C;
-<!--comment2a-- --comment2b-->
+<!--comment2a-- --comment2b--><!>
</Html>
""", [
("data", "\n"),