Skip to content

Commit

Permalink
Our tokenizer currently never outputs adjacent Character tokens; expe…
Browse files Browse the repository at this point in the history
…ct this.
  • Loading branch information
gsnedders committed Dec 3, 2015
1 parent e4d4b15 commit 1025014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html5lib/tests/test_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def runTokenizerTest(test):
parser = TokenizerTestParser(test['initialState'],
test['lastStartTag'])
tokens = parser.parse(test['input'])
tokens = concatenateCharacterTokens(tokens)
received = normalizeTokens(tokens)
errorMsg = "\n".join(["\n\nInitial state:",
test['initialState'],
Expand Down

0 comments on commit 1025014

Please sign in to comment.