Files
codeql/python/ql/test/query-tests/Expressions/Regex/UnmatchableCaret.expected
Rasmus Lerchedahl Petersen 6e9c48bba7 Python: test zero iterations
2020-06-24 11:01:27 +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. |