From 8a93219fb4327928223f5492da7fd72fe4a727df Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Thu, 2 Jun 2016 18:07:50 -0700 Subject: Added passing test case related to #376 This test passes currently, but would need to be updated if the functionality changes. --- testsuite/E10.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuite/E10.py b/testsuite/E10.py index cd142e3..7b42594 100644 --- a/testsuite/E10.py +++ b/testsuite/E10.py @@ -38,4 +38,8 @@ def test_keys(self): u'Norrbotten', u'V\xe4sterbotten', ]) -#: +#: E101 W191 +if True: + print(""" + tab at start of this line +""") -- cgit v1.2.1