summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/W29.py5
-rw-r--r--testsuite/W39.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/W29.py b/testsuite/W29.py
index 4050c2f..e9ad580 100644
--- a/testsuite/W29.py
+++ b/testsuite/W29.py
@@ -9,6 +9,11 @@ class Foo(object):
#: W291:2:35
'''multiline
string with trailing whitespace'''
+#: W291 W292 noeol
+x = 1
+#: W191 W292 noeol
+if False:
+ pass # indented with tabs
#: W292:1:36 noeol
# This line doesn't have a linefeed
#: W292:1:5 E225:1:2 noeol
diff --git a/testsuite/W39.py b/testsuite/W39.py
index 68f886b..25e05b0 100644
--- a/testsuite/W39.py
+++ b/testsuite/W39.py
@@ -5,7 +5,7 @@
# Two additional empty lines
-#: W391:4:1 W293:3:1 W293:4:1 noeol
+#: W292:4:5 W293:3:1 W293:4:1 noeol
# The last lines contain space