summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-10-21 07:31:30 -0700
committerAnthony Sottile <asottile@umich.edu>2018-10-21 07:31:30 -0700
commit59f7604333b695677eaf23a61a4758969a2cee1c (patch)
tree34dcd2bceccf9c1fc2d0b3256f489f60e94af30c
parent7004708c968440f94d9583c2a6154d8bc50844a4 (diff)
downloadpep8-59f7604333b695677eaf23a61a4758969a2cee1c.tar.gz
Add offsets for other W605 tests
-rw-r--r--testsuite/W60.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/W60.py b/testsuite/W60.py
index 3f1b77c..1b03099 100644
--- a/testsuite/W60.py
+++ b/testsuite/W60.py
@@ -13,9 +13,9 @@ if x <> 0:
x = 0
#: W604
val = `1 + 2`
-#: W605
+#: W605:1:9
regex = '\.png$'
-#: W605
+#: W605:1:9
regex = '''
\.png$
'''