summaryrefslogtreecommitdiff
path: root/testsuite/W29.py
diff options
context:
space:
mode:
authorGreg Ward <greg@gerg.ca>2013-11-08 14:59:38 -0500
committerGreg Ward <greg@gerg.ca>2013-11-08 16:19:20 -0500
commit6fa11a1d255c48e5cda78b9582393eca08cb8efc (patch)
tree670a864319db72b1ce0d257ce15ee395721785cb /testsuite/W29.py
parent8d658692345e6866741719595f14a144337b3b9f (diff)
downloadpep8-6fa11a1d255c48e5cda78b9582393eca08cb8efc.tar.gz
Add some test cases for multiline strings.
Since I'm about to add special treatment of multiline strings, I thought it best to ensure that we preserve the existing behaviour.
Diffstat (limited to 'testsuite/W29.py')
-rw-r--r--testsuite/W29.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/W29.py b/testsuite/W29.py
index 2578f4f..42802ca 100644
--- a/testsuite/W29.py
+++ b/testsuite/W29.py
@@ -6,5 +6,8 @@ print
class Foo(object):
bang = 12
+#: W291
+'''multiline
+string with trailing whitespace'''
#: W292
# This line doesn't have a linefeed \ No newline at end of file