mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Fix missing newline in .expected
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
| 38 | ControlFlowNode for ExceptStmt | builtin-class AttributeError |
|
||||
| 40 | ControlFlowNode for ExceptStmt | builtin-class IndexError |
|
||||
| 42 | ControlFlowNode for ExceptStmt | builtin-class KeyError |
|
||||
| 57 | ControlFlowNode for ExceptStmt | builtin-class OSError |
|
||||
| 57 | ControlFlowNode for ExceptStmt | builtin-class OSError |
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
| 35 | ControlFlowNode for Attribute | builtin-class AttributeError |
|
||||
| 37 | ControlFlowNode for Raise | builtin-class Exception |
|
||||
| 53 | ControlFlowNode for Attribute() | builtin-class OSError |
|
||||
| 54 | ControlFlowNode for Attribute() | builtin-class OSError |
|
||||
| 54 | ControlFlowNode for Attribute() | builtin-class OSError |
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
| 36 | ControlFlowNode for a() |
|
||||
| 51 | ControlFlowNode for open() |
|
||||
| 56 | ControlFlowNode for Attribute() |
|
||||
| 58 | ControlFlowNode for Attribute() |
|
||||
| 58 | ControlFlowNode for Attribute() |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| 28 |
|
||||
| 42 |
|
||||
| 42 |
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
| 3 | class DerivedFromBuiltin | pop | Builtin-method pop |
|
||||
| 3 | class DerivedFromBuiltin | remove | Builtin-method remove |
|
||||
| 3 | class DerivedFromBuiltin | reverse | Builtin-method reverse |
|
||||
| 3 | class DerivedFromBuiltin | sort | Builtin-method sort |
|
||||
| 3 | class DerivedFromBuiltin | sort | Builtin-method sort |
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
| 3 | class DerivedFromBuiltin | pop |
|
||||
| 3 | class DerivedFromBuiltin | remove |
|
||||
| 3 | class DerivedFromBuiltin | reverse |
|
||||
| 3 | class DerivedFromBuiltin | sort |
|
||||
| 3 | class DerivedFromBuiltin | sort |
|
||||
|
||||
@@ -1 +1 @@
|
||||
| ClassExpr | Meta |
|
||||
| ClassExpr | Meta |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
| class HasMeta | class Meta |
|
||||
| class Meta | builtin-class type |
|
||||
| class Meta | builtin-class type |
|
||||
|
||||
@@ -57,4 +57,4 @@
|
||||
| Module test_star | p | str u'p' |
|
||||
| Module test_star | q | str u'q' |
|
||||
| Module test_star | r | str u'r' |
|
||||
| Module test_star | sys | Module sys |
|
||||
| Module test_star | sys | Module sys |
|
||||
|
||||
@@ -41,4 +41,4 @@
|
||||
| Module test_star | p |
|
||||
| Module test_star | q |
|
||||
| Module test_star | r |
|
||||
| Module test_star | sys |
|
||||
| Module test_star | sys |
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
| Module test_package.module3 | test_package.module3 |
|
||||
| Module test_package.module4 | test_package.module4 |
|
||||
| Module test_package.module5 | test_package.module5 |
|
||||
| Module test_star | test_star |
|
||||
| Module test_star | test_star |
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
| 112 | multi_return | builtin-class int |
|
||||
| 118 | do_something | builtin-class int |
|
||||
| 123 | with_flow | builtin-class int |
|
||||
| 128 | return_default | builtin-class tuple |
|
||||
| 128 | return_default | builtin-class tuple |
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
| builtin-class type | __module__ | Property __module__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __name__ | Property __name__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __qualname__ | Property __qualname__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __text_signature__ | Property __text_signature__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
| builtin-class type | __text_signature__ | Property __text_signature__ | method-wrapper __get__ | method-wrapper __set__ | method-wrapper __delete__ |
|
||||
|
||||
Reference in New Issue
Block a user