We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4deecc commit 1c11d88Copy full SHA for 1c11d88
1 file changed
tokenizer.py
@@ -421,6 +421,8 @@ def closeTagOpenState(self):
421
# start tag which also happens to be the currentToken. We also need
422
# to have the character directly after the characters that could
423
# match the start tag name.
424
+
425
+ # XXX what if we hit EOF!!!
426
for x in xrange(len(self.currentToken.name)+1):
427
charStack.append(self.consumeChar())
428
0 commit comments