mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Bug #1442874: handle "<!>", the empty SGML comment
This commit is contained in:
parent
8f4b4db676
commit
d09def36d5
2 changed files with 5 additions and 2 deletions
|
@ -115,7 +115,7 @@ comment1b-->
|
|||
<Img sRc='Bar' isMAP>sample
|
||||
text
|
||||
“
|
||||
<!--comment2a-- --comment2b-->
|
||||
<!--comment2a-- --comment2b--><!>
|
||||
</Html>
|
||||
""", [
|
||||
("data", "\n"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue