mirror of
https://github.com/github/codeql.git
synced 2026-01-31 23:33:03 +01:00
3 lines
324 B
Plaintext
3 lines
324 B
Plaintext
| test.py:8:12:8:23 | Str | test.py:8:21:8:23 | \\s+ | Strings with many repetitions of ' ' can start matching anywhere after the start of the preceeding \\s+$ |
|
|
| test.py:9:14:9:29 | Str | test.py:9:27:9:29 | \\d+ | Strings with many repetitions of '99' can start matching anywhere after the start of the preceeding \\d+ |
|