Files
codeql/python/ql/test/query-tests/Expressions/Regex/MissingPartSpecialGroup.expected
Rasmus Lerchedahl Petersen e778a65464 Python: Adjust test expectations
so we can see the light go green.
But we should perhaps do something about those duplicate results.
2021-06-29 11:29:42 +02:00

5 lines
357 B
Plaintext

| test.py:22:12:22:29 | (P<name>[\\w]+) | Regular expression is missing '?' in named group. |
| test.py:22:12:22:29 | Str | Regular expression is missing '?' in named group. |
| test.py:23:12:23:33 | (_(P<name>[\\w]+)\|) | Regular expression is missing '?' in named group. |
| test.py:23:12:23:33 | Str | Regular expression is missing '?' in named group. |