Skip to content

Commit d1c33da

Browse files
committed
Add position to E26 tests
1 parent ddebc11 commit d1c33da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

testsuite/E26.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
#: E261
1+
#: E261:1:5
22
pass # an inline comment
3-
#: E262
3+
#: E262:1:12
44
x = x + 1 #Increment x
5-
#: E262
5+
#: E262:1:12
66
x = x + 1 # Increment x
7-
#: E262
7+
#: E262:1:12
88
x = y + 1 #: Increment x
9-
#: E265
9+
#: E265:1:1
1010
#Block comment
1111
a = 1
12-
#: E265
12+
#: E265:2:1
1313
m = 42
1414
#! This is important
1515
mx = 42 - 42

0 commit comments

Comments
 (0)