From 9365ffc932a75dea59976f05670bc8e67886098a Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 7 Jun 2017 17:13:03 +0200 Subject: [PATCH] For now mute a test where Jedi is not far enough with detecting issues in the parser tree. --- test/normalizer_issue_files/E11.py | 3 +++ 1 file changed, 3 insertions(+) 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