Skip to content

Commit 31faf71

Browse files
author
James Graham
committed
Incorrect default
1 parent 21e06bb commit 31faf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/tests/test_tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def normalizeTokens(tokens):
8989
return tokens
9090

9191
def tokensMatch(expectedTokens, receivedTokens, ignoreErrorOrder,
92-
ignoreErrors=True):
92+
ignoreErrors=False):
9393
"""Test whether the test has passed or failed
9494
9595
If the ignoreErrorOrder flag is set to true we don't test the relative

0 commit comments

Comments
 (0)