diff --git a/test/normalizer_issue_files/E11.py b/test/normalizer_issue_files/E11.py index 00442a0..b9a895f 100644 --- a/test/normalizer_issue_files/E11.py +++ b/test/normalizer_issue_files/E11.py @@ -15,8 +15,6 @@ if False: pass print print -# TODO this shouldn't actually be a 111 but an IndentationError. Please -# correct. #: E111:4 print mimetype = 'application/x-directory' diff --git a/test/normalizer_issue_files/E12_third.py b/test/normalizer_issue_files/E12_third.py index 8eb0ac1..0026936 100644 --- a/test/normalizer_issue_files/E12_third.py +++ b/test/normalizer_issue_files/E12_third.py @@ -86,13 +86,13 @@ if True: ), dict(name=token.undefined) )] -# TODO this is currently not handled. +# TODO multiline docstring are currently not handled. ##: E125+1:4 if (""" """): pass -# TODO this is currently not handled. +# TODO same for foo in """ abc 123 diff --git a/test/normalizer_issue_files/E50.py b/test/normalizer_issue_files/E50.py index 55b7fb2..e1cd124 100644 --- a/test/normalizer_issue_files/E50.py +++ b/test/normalizer_issue_files/E50.py @@ -62,7 +62,7 @@ ddd = \ #: E501:67 E225:21 E225:22 very_long_identifiers=and_terrible_whitespace_habits(are_no_excuse+for_long_lines) # -# TODO +# TODO Long multiline strings are not handled. ##: E501 '''multiline string with a long long long long long long long long long long long long long long long long line