Files
codeql/python/ql/test/query-tests/Expressions/Regex/UnmatchableCaret.expected
2021-06-30 14:39:49 +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:79:12:79:27 | Str | This regular expression includes an unmatchable caret at offset 8. |