From a5ea2f7add6eacedbab821805e88087b2a650dfc Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 8 Jul 2017 12:12:53 +0200 Subject: [PATCH] Rework some todos. --- test/normalizer_issue_files/E11.py | 2 -- test/normalizer_issue_files/E12_third.py | 4 ++-- test/normalizer_issue_files/E50.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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