Files
codeql/python/ql/test/query-tests/Expressions/Regex/UnmatchableDollar.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
440 B
Plaintext

| test.py:29:12:29:19 | StringLiteral | This regular expression includes an unmatchable dollar at offset 3. |
| test.py:30:12:30:23 | StringLiteral | This regular expression includes an unmatchable dollar at offset 3. |
| test.py:31:12:31:20 | StringLiteral | This regular expression includes an unmatchable dollar at offset 2. |
| test.py:80:12:80:26 | StringLiteral | This regular expression includes an unmatchable dollar at offset 3. |