We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02d281 commit aa64390Copy full SHA for aa64390
python/ql/test/library-tests/regexparser/locations.py
@@ -67,6 +67,13 @@
67
' and [this] is another test'
68
)
69
70
+# multiple parts of different kinds
71
+re.compile( # $ location=1:2 SPURIOUS:location=1:23 location=1:50 location=1:81 MISSING:location=1:28 location=2:11 location=3:8
72
+'[this] is a test' ''' and [this] is another test'''
73
+br""" and [this] is yet another test"""
74
+r' and [this] is one more'
75
+)
76
+
77
# actual multiline string
78
re.compile( # $ SPURIOUS:location=1:6 location=1:27 MISSING:location=2:1 location=3:5
79
r'''
0 commit comments