mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Fix an index and clean up comments.
This commit is contained in:
parent
7f728c1e1a
commit
e31ddedb0e
2 changed files with 2 additions and 2 deletions
|
@ -393,7 +393,6 @@ class HTMLParserTolerantTestCase(HTMLParserStrictTestCase):
|
|||
self._run_check("<!DOCTYPE foo $ >", [('decl', 'DOCTYPE foo $ ')])
|
||||
|
||||
def test_illegal_declarations(self):
|
||||
# XXX this might be wrong
|
||||
self._run_check('<!spacer type="block" height="25">',
|
||||
[('comment', 'spacer type="block" height="25"')])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue