mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 21:54:54 +08:00
Get the indentation errors of files mostly right even in comments.
This commit is contained in:
@@ -37,7 +37,7 @@ def test_normalizer_issue(normalizer_issue_file):
|
||||
assert i == d, dedent("""
|
||||
Test %r failed (%s of %s passed).
|
||||
not raised = %s
|
||||
unspecified = %s
|
||||
unexpected = %s
|
||||
""") % (
|
||||
normalizer_issue_file.name, len(i & d), len(d),
|
||||
sorted(d - i), sorted(i - d)
|
||||
|
||||
Reference in New Issue
Block a user