We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d4b15 commit 1025014Copy full SHA for 1025014
html5lib/tests/test_tokenizer.py
@@ -182,7 +182,6 @@ def runTokenizerTest(test):
182
parser = TokenizerTestParser(test['initialState'],
183
test['lastStartTag'])
184
tokens = parser.parse(test['input'])
185
- tokens = concatenateCharacterTokens(tokens)
186
received = normalizeTokens(tokens)
187
errorMsg = "\n".join(["\n\nInitial state:",
188
test['initialState'],
0 commit comments