summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 21:04:56 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 21:04:56 +0200
commitd1c33daa99c1325c16cba857248134008328fc8a (patch)
tree9fe0486d3a30901529c26449a78895038f0db0cb
parentddebc11cdde6674a767e23ccdcf390b2340ffd80 (diff)
downloadpep8-d1c33daa99c1325c16cba857248134008328fc8a.tar.gz
Add position to E26 tests
-rw-r--r--testsuite/E26.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/E26.py b/testsuite/E26.py
index 9971f13..509babf 100644
--- a/testsuite/E26.py
+++ b/testsuite/E26.py
@@ -1,15 +1,15 @@
-#: E261
+#: E261:1:5
pass # an inline comment
-#: E262
+#: E262:1:12
x = x + 1 #Increment x
-#: E262
+#: E262:1:12
x = x + 1 # Increment x
-#: E262
+#: E262:1:12
x = y + 1 #: Increment x
-#: E265
+#: E265:1:1
#Block comment
a = 1
-#: E265
+#: E265:2:1
m = 42
#! This is important
mx = 42 - 42