Skip to content

Commit 856d287

Browse files
committed
More tests for E265 with the shebang
1 parent fcc93c5 commit 856d287

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

testsuite/E26.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
#: E265
1010
#Block comment
1111
a = 1
12+
#: E265
13+
m = 42
14+
#! This is important
15+
mx = 42 - 42
1216
#: Okay
17+
#!/usr/bin/env python
18+
1319
pass # an inline comment
1420
x = x + 1 # Increment x
1521
y = y + 1 #: Increment x

0 commit comments

Comments
 (0)