Files
codeql/python/ql/test/query-tests/Expressions/Regex/UnmatchableCaret.expected
Taus 58eaddf627 Python: Update all .expected files
I'm beginning to realise why I didn't do the `toString` overriding way
back when. Thankfully, now that all of our tests are in the same place,
this is actually not a terrible ordeal.
2024-04-22 12:00:09 +00:00

5 lines
430 B
Plaintext

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