summaryrefslogtreecommitdiff
path: root/testsuite/W29.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/W29.py')
-rw-r--r--testsuite/W29.py5
1 files changed, 5 insertions, 0 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