Fix an index and clean up comments.

This commit is contained in:
Ezio Melotti 2012-02-13 20:20:00 +02:00
parent 7f728c1e1a
commit e31ddedb0e
2 changed files with 2 additions and 2 deletions

View file

@ -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"')])