We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d8319 commit 19c4351Copy full SHA for 19c4351
python/ql/test/library-tests/PointsTo/extensions/Extend.expected
@@ -6,7 +6,7 @@
6
| test.py:8:5:8:5 | ControlFlowNode for IntegerLiteral | int 3 |
7
| test.py:8:7:8:7 | ControlFlowNode for IntegerLiteral | int 4 |
8
| test.py:10:1:10:2 | ControlFlowNode for a3 | int 3 |
9
-| test.py:10:6:10:7 | ControlFlowNode for Str | str u'' |
+| test.py:10:6:10:7 | ControlFlowNode for Tuple | Tuple |
10
| test.py:10:6:10:13 | ControlFlowNode for Attribute | int 3 |
11
| test.py:11:1:11:2 | ControlFlowNode for a4 | int 4 |
12
| test.py:11:6:11:10 | ControlFlowNode for False | bool False |
python/ql/test/library-tests/PointsTo/extensions/test.py
@@ -7,7 +7,7 @@
#Make sure values exist in DB
1,2,3,4
-a3 = "".three
+a3 = ().three
a4 = False.four
13
a3
0 commit comments