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 73aa302 commit cdf1db0Copy full SHA for cdf1db0
python/ql/test/library-tests/regexparser/locations.py
@@ -55,9 +55,10 @@
55
)
56
57
# plain string with multiple parts across lines
58
-re.compile( # $ location=1:2 location=2:7
+re.compile( # $ location=1:2 location=2:7 SPURIOUS:location=2:29 MISSING:location=3:2
59
'[this] is a test'
60
' and [this] is another test'
61
+'[this] comes right at the start of a part'
62
63
64
# plain string with multiple parts across lines and comments
0 commit comments