Skip to content

Commit c021b39

Browse files
committed
Tests: Update references
1 parent 07d6690 commit c021b39

4 files changed

+15
-15
lines changed

tests/reference/runtime-test_intrinsic_function_mixed_print-a862825.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outfile": null,
77
"outfile_hash": null,
88
"stdout": "runtime-test_intrinsic_function_mixed_print-a862825.stdout",
9-
"stdout_hash": "523cab9cb106dd6e41fbabc12f303d93a8c042fc0c733db3d9204739",
9+
"stdout_hash": "a8d2083be043accf4ebe8c6a3e8a2427d492323b12d0c041ba79f10e",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
5
2-
0
1+
Popped element: 5
2+
1 is located at: 0
33
2 is present 2 times
4-
2
5-
['second', 'third', 'first']
4+
2 [1, 2, 3, 4]
5+
Keys: ['second', 'third', 'first']
66
Value of 'third': 3

tests/reference/runtime-test_list_item_mixed_print-a3fd49f.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outfile": null,
77
"outfile_hash": null,
88
"stdout": "runtime-test_list_item_mixed_print-a3fd49f.stdout",
9-
"stdout_hash": "baf7e613ab31bccc17acba1d6541e4da35dbb133e202ba5d0ebf0408",
9+
"stdout_hash": "9d9a68fea29f11320efb0764ce38ed3d4090f64457b0f1eb10251a2b",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Hello
2-
LPython
3-
1 2 3 3 4 5
4-
1
5-
3
6-
3.14000000000000012e+00 6.28000000000000025e+00
2+
This isLPython
3+
1 2 3 ... 3 4 5
4+
The first element is: 1
5+
The middle element is: 3
6+
3.14000000000000012e+00 * 2 = 6.28000000000000025e+00
77
Total: 9.41999999999999993e+00
8-
1
8+
(1, 2, 3) is a tuple, but 1 is a number.
99
123
1010
1 # 2 # 3 # 4 # 5 #
1111

12-
[1, 2]
13-
[3, 4]
14-
[5, 6]
12+
List 0 : [1, 2]
13+
List 1 : [3, 4]
14+
List 2 : [5, 6]

0 commit comments

Comments
 (0)