Files
codeql/python/ql/test/query-tests/Expressions/Regex/UnmatchableCaret.expected
Rasmus Lerchedahl Petersen 6b168de7fc Python: re, handle \Z
2020-05-26 11:42:21 +02:00

5 lines
390 B
Plaintext

| test.py:4:12:4:19 | Str | This regular expression includes an unmatchable caret at offset 1. |
| test.py:5:12:5:23 | Str | This regular expression includes an unmatchable caret at offset 5. |
| test.py:6:12:6:21 | Str | This regular expression includes an unmatchable caret at offset 2. |
| test.py:78:12:78:27 | Str | This regular expression includes an unmatchable caret at offset 8. |