We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c11d88 commit 19f3bb6Copy full SHA for 19f3bb6
1 file changed
tokenizer.py
@@ -683,7 +683,7 @@ def beforeDoctypeNameState(self):
683
self.changeState("doctypeName")
684
elif data == u">":
685
# Character needs to be consumed per the specification so don't
686
- # invoke with "data" as argument.
+ # invoke emitCurrentTokenWithParseError with "data" as argument.
687
self.emitCurrentTokenWithParseError()
688
elif data == EOF:
689
self.emitCurrentTokenWithParseError(data)
0 commit comments