mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| test.py:4:12:4:19 | Str | This regular expression includes an unmatchable caret at offset 1. |
|
||||
| test.py:5:12:5:23 | Str | This regular expression includes an unmatchable caret at offset 5. |
|
||||
| test.py:6:12:6:21 | Str | This regular expression includes an unmatchable caret at offset 2. |
|
||||
| test.py:79:12:79:27 | Str | This regular expression includes an unmatchable caret at offset 8. |
|
||||
| test.py:4:12:4:19 | StringLiteral | This regular expression includes an unmatchable caret at offset 1. |
|
||||
| test.py:5:12:5:23 | StringLiteral | This regular expression includes an unmatchable caret at offset 5. |
|
||||
| test.py:6:12:6:21 | StringLiteral | This regular expression includes an unmatchable caret at offset 2. |
|
||||
| test.py:79:12:79:27 | StringLiteral | This regular expression includes an unmatchable caret at offset 8. |
|
||||
|
||||
Reference in New Issue
Block a user