Skip to content

Commit 42c8987

Browse files
committed
Added passing test case related to #376
This test passes currently, but would need to be updated if the functionality changes.
1 parent ca7e43b commit 42c8987

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

testsuite/E10.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ def test_keys(self):
3838
u'Norrbotten',
3939
u'V\xe4sterbotten',
4040
])
41-
#:
41+
#: E101 W191
42+
if True:
43+
print("""
44+
tab at start of this line
45+
""")

0 commit comments

Comments
 (0)