summaryrefslogtreecommitdiff
path: root/testsuite/W60.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/W60.py')
-rw-r--r--testsuite/W60.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/W60.py b/testsuite/W60.py
index 030bec5..3f1b77c 100644
--- a/testsuite/W60.py
+++ b/testsuite/W60.py
@@ -19,6 +19,10 @@ regex = '\.png$'
regex = '''
\.png$
'''
+#: W605:2:5
+f(
+ '\_'
+)
#: Okay
regex = r'\.png$'
regex = '\\.png$'