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 42a8c6d..5003677 100644
--- a/testsuite/W60.py
+++ b/testsuite/W60.py
@@ -40,6 +40,10 @@ regex = r'''
\\.png$
'''
s = '\\'
+regex = '\w' # noqa
+regex = '''
+\w
+''' # noqa
#: W606
async = 42
#: W606