Skip to content

Commit 92c2e32

Browse files
committed
Fix over indentation
1 parent 52ba64e commit 92c2e32

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy