mirror of
https://github.com/github/codeql.git
synced 2026-03-26 17:28:29 +01:00
so we can see the light go green. But we should perhaps do something about those duplicate results.
5 lines
356 B
Plaintext
5 lines
356 B
Plaintext
| test.py:17:12:17:22 | Str | Backspace escape in regular expression at offset 1. |
|
|
| test.py:17:12:17:22 | [\\b\\t ] | Backspace escape in regular expression at offset 1. |
|
|
| test.py:19:12:19:28 | E\\d+\\b[ \\b\\t] | Backspace escape in regular expression at offset 8. |
|
|
| test.py:19:12:19:28 | Str | Backspace escape in regular expression at offset 8. |
|