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:
@@ -9,7 +9,7 @@
|
||||
| foo.py | 2 | ControlFlowNode for foo | class foo | ControlFlowNode for ClassExpr |
|
||||
| foo.py | 2 | ControlFlowNode for object | builtin-class object | ControlFlowNode for object |
|
||||
| foo.py | 5 | ControlFlowNode for List | List | ControlFlowNode for List |
|
||||
| foo.py | 5 | ControlFlowNode for Str | str b'foo' | ControlFlowNode for Str |
|
||||
| foo.py | 5 | ControlFlowNode for StringLiteral | str b'foo' | ControlFlowNode for StringLiteral |
|
||||
| foo.py | 5 | ControlFlowNode for __all__ | List | ControlFlowNode for List |
|
||||
| test.py | 2 | ControlFlowNode for ImportExpr | Module package | ControlFlowNode for ImportExpr |
|
||||
| test.py | 2 | ControlFlowNode for ImportMember | class foo | ControlFlowNode for ClassExpr |
|
||||
|
||||
Reference in New Issue
Block a user