Add position to E26 tests
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 26 Apr 2014 19:04:56 +0000 (21:04 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sat, 26 Apr 2014 19:04:56 +0000 (21:04 +0200)
testsuite/E26.py

index 9971f13b9f1f037131641b5b98b51a72c820c9aa..509babf975787138cf7f5ab8088ed4d106c83125 100644 (file)
@@ -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