diff --git a/test/normalizer_issue_files/E11.py b/test/normalizer_issue_files/E11.py index cb5f041..d644363 100644 --- a/test/normalizer_issue_files/E11.py +++ b/test/normalizer_issue_files/E11.py @@ -14,6 +14,9 @@ if True: if False: print print +# TODO this shouldn't actually be a 111 but an IndentationError. Please +# correct. +#: E111:4 print mimetype = 'application/x-directory' #: E116:5