File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,8 @@ def test_comments(self):
329329 '<!-->'
330330 '<!--<!--->'
331331 '<!--And I am so-called incorrectly-closed-comment--!>'
332+ '<!--!>'
333+ '<!---!>'
332334 '<!--I have invalid attempt to close (space) -- >-->'
333335 '<!--Me too (invalid character) --x>-->'
334336 '<!--Me too (invalid characters) --cheese>-->' )
@@ -343,6 +345,8 @@ def test_comments(self):
343345 ('comment' , '' ),
344346 ('comment' , '<!-' ),
345347 ('comment' , 'And I am so-called incorrectly-closed-comment' ),
348+ ('comment' , '' ),
349+ ('comment' , '' ),
346350 ('comment' , 'I have invalid attempt to close (space) -- >' ),
347351 ('comment' , 'Me too (invalid character) --x>' ),
348352 ('comment' , 'Me too (invalid characters) --cheese>' )
You can’t perform that action at this time.
0 commit comments