summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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