Skip to content

Commit 95b673f

Browse files
committed
Fix over indentation
1 parent 7cce65b commit 95b673f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def runParserTest(innerHTML, input, expected, errors, treeClass,
6868
"\nExpected errors (" + str(len(errors)) + "):\n" + "\n".join(errors),
6969
"\nActual errors (" + str(len(p.errors)) + "):\n" + "\n".join(errStr)])
7070
if checkParseErrors:
71-
assert len(p.errors) == len(errors), errorMsg2
71+
assert len(p.errors) == len(errors), errorMsg2
7272

7373

7474
def test_parser():

0 commit comments

Comments
 (0)