mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +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 @@ def test_declaration_junk_chars(self):
|
|||
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