We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c30e33 commit 9831cc6Copy full SHA for 9831cc6
1 file changed
tests/test_tokenizer.py
@@ -36,7 +36,7 @@ def processEndTag(self, token):
36
def processComment(self, token):
37
self.outputTokens.append([u"Comment", token.data])
38
39
- def processCharacter(self, token):
+ def processCharacters(self, token):
40
self.outputTokens.append([u"Character", token.data])
41
42
def processEOF(self, token):
0 commit comments