Files
codeql/python/ql/test/query-tests/Expressions/Regex/UnmatchableDollar.expected
Rasmus Lerchedahl Petersen 6e9c48bba7 Python: test zero iterations
2020-06-24 11:01:27 +02:00

5 lines
400 B
Plaintext

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