mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +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:
@@ -2,12 +2,12 @@
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:5:21:5:22 | UnaryExpr |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:7:13:7:15 | int |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:7:19:7:20 | UnaryExpr |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:8:12:8:23 | Str |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:8:12:8:23 | StringLiteral |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:9:19:9:21 | int |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:9:25:9:26 | UnaryExpr |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:10:15:10:30 | Str |
|
||||
| test.py:23:1:31:2 | FunctionExpr | test.py:25:20:25:24 | Str |
|
||||
| test.py:4:1:11:2 | FunctionExpr | test.py:10:15:10:30 | StringLiteral |
|
||||
| test.py:23:1:31:2 | FunctionExpr | test.py:25:20:25:24 | StringLiteral |
|
||||
| test.py:23:1:31:2 | FunctionExpr | test.py:25:28:25:31 | None |
|
||||
| test.py:23:1:31:2 | FunctionExpr | test.py:26:20:26:23 | None |
|
||||
| test.py:23:1:31:2 | FunctionExpr | test.py:29:24:29:28 | Str |
|
||||
| test.py:23:1:31:2 | FunctionExpr | test.py:29:24:29:28 | StringLiteral |
|
||||
| test.py:23:1:31:2 | FunctionExpr | test.py:29:32:29:35 | None |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| test.py:4:1:11:2 | FunctionExpr | 0 | test.py:5:15:5:17 | int |
|
||||
| test.py:4:1:11:2 | FunctionExpr | 1 | test.py:7:13:7:15 | int |
|
||||
| test.py:23:1:31:2 | FunctionExpr | 1 | test.py:25:20:25:24 | Str |
|
||||
| test.py:23:1:31:2 | FunctionExpr | 1 | test.py:25:20:25:24 | StringLiteral |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| test.py:4:1:11:2 | FunctionExpr | 0 | test.py:9:19:9:21 | int |
|
||||
| test.py:23:1:31:2 | FunctionExpr | 1 | test.py:29:24:29:28 | Str |
|
||||
| test.py:23:1:31:2 | FunctionExpr | 1 | test.py:29:24:29:28 | StringLiteral |
|
||||
|
||||
Reference in New Issue
Block a user