mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +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:17:9:18:18 | Str | Implicit string concatenation. Maybe missing a comma? |
|
||||
| test.py:23:9:24:18 | Str | Implicit string concatenation. Maybe missing a comma? |
|
||||
| test.py:33:9:34:30 | Str | Implicit string concatenation. Maybe missing a comma? |
|
||||
| test.py:35:9:36:18 | Str | Implicit string concatenation. Maybe missing a comma? |
|
||||
| test.py:17:9:18:18 | StringLiteral | Implicit string concatenation. Maybe missing a comma? |
|
||||
| test.py:23:9:24:18 | StringLiteral | Implicit string concatenation. Maybe missing a comma? |
|
||||
| test.py:33:9:34:30 | StringLiteral | Implicit string concatenation. Maybe missing a comma? |
|
||||
| test.py:35:9:36:18 | StringLiteral | Implicit string concatenation. Maybe missing a comma? |
|
||||
|
||||
Reference in New Issue
Block a user