commit | d09def36d52af3e087433eb67c49da633436c602 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Mar 09 13:27:14 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Mar 09 13:27:14 2006 +0000 |
tree | f9498fe321b3156583d269362e26ef6523b18ec0 | |
parent | 8f4b4db676c10239543dd4bbdf99dacdd6468bd4 [diff] [blame] |
Bug #1442874: handle "<!>", the empty SGML comment
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py index 4cb87df..54b90cd 100755 --- a/Lib/test/test_htmlparser.py +++ b/Lib/test/test_htmlparser.py
@@ -115,7 +115,7 @@ <Img sRc='Bar' isMAP>sample text “ -<!--comment2a-- --comment2b--> +<!--comment2a-- --comment2b--><!> </Html> """, [ ("data", "\n"),