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