Files
codeql/python/ql/test/query-tests/Expressions/Regex/MissingPartSpecialGroup.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

3 lines
184 B
Plaintext

| test.py:22:12:22:29 | StringLiteral | Regular expression is missing '?' in named group. |
| test.py:23:12:23:33 | StringLiteral | Regular expression is missing '?' in named group. |