Skip to content

Commit 9648cfc

Browse files
committed
updated latest python tests
1 parent e89641f commit 9648cfc

41 files changed

Lines changed: 213820 additions & 249 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

v3/example-code/closures/closure5.golden

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"x": 3
4848
},
4949
"is_highlighted": true,
50-
"is_parent": false,
50+
"is_parent": true,
5151
"func_name": "f",
5252
"is_zombie": false,
5353
"parent_frame_id_list": [],
54-
"unique_hash": "f_f1",
54+
"unique_hash": "f_f1_p",
5555
"ordered_varnames": [
5656
"x"
5757
]
@@ -86,11 +86,11 @@
8686
"x": 3
8787
},
8888
"is_highlighted": true,
89-
"is_parent": false,
89+
"is_parent": true,
9090
"func_name": "f",
9191
"is_zombie": false,
9292
"parent_frame_id_list": [],
93-
"unique_hash": "f_f1",
93+
"unique_hash": "f_f1_p",
9494
"ordered_varnames": [
9595
"x"
9696
]
@@ -323,11 +323,11 @@
323323
"x": 4
324324
},
325325
"is_highlighted": true,
326-
"is_parent": false,
326+
"is_parent": true,
327327
"func_name": "f",
328328
"is_zombie": false,
329329
"parent_frame_id_list": [],
330-
"unique_hash": "f_f2",
330+
"unique_hash": "f_f2_p",
331331
"ordered_varnames": [
332332
"x"
333333
]
@@ -402,11 +402,11 @@
402402
"x": 4
403403
},
404404
"is_highlighted": true,
405-
"is_parent": false,
405+
"is_parent": true,
406406
"func_name": "f",
407407
"is_zombie": false,
408408
"parent_frame_id_list": [],
409-
"unique_hash": "f_f2",
409+
"unique_hash": "f_f2_p",
410410
"ordered_varnames": [
411411
"x"
412412
]

v3/example-code/closures/closure5.golden_py3

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"x": 3
4848
},
4949
"is_highlighted": true,
50-
"is_parent": false,
50+
"is_parent": true,
5151
"func_name": "f",
5252
"is_zombie": false,
5353
"parent_frame_id_list": [],
54-
"unique_hash": "f_f1",
54+
"unique_hash": "f_f1_p",
5555
"ordered_varnames": [
5656
"x"
5757
]
@@ -86,11 +86,11 @@
8686
"x": 3
8787
},
8888
"is_highlighted": true,
89-
"is_parent": false,
89+
"is_parent": true,
9090
"func_name": "f",
9191
"is_zombie": false,
9292
"parent_frame_id_list": [],
93-
"unique_hash": "f_f1",
93+
"unique_hash": "f_f1_p",
9494
"ordered_varnames": [
9595
"x"
9696
]
@@ -323,11 +323,11 @@
323323
"x": 4
324324
},
325325
"is_highlighted": true,
326-
"is_parent": false,
326+
"is_parent": true,
327327
"func_name": "f",
328328
"is_zombie": false,
329329
"parent_frame_id_list": [],
330-
"unique_hash": "f_f2",
330+
"unique_hash": "f_f2_p",
331331
"ordered_varnames": [
332332
"x"
333333
]
@@ -402,11 +402,11 @@
402402
"x": 4
403403
},
404404
"is_highlighted": true,
405-
"is_parent": false,
405+
"is_parent": true,
406406
"func_name": "f",
407407
"is_zombie": false,
408408
"parent_frame_id_list": [],
409-
"unique_hash": "f_f2",
409+
"unique_hash": "f_f2_p",
410410
"ordered_varnames": [
411411
"x"
412412
]

v3/example-code/closures/lambda-param.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
"x": 10
8282
},
8383
"is_highlighted": true,
84-
"is_parent": false,
84+
"is_parent": true,
8585
"func_name": "foo",
8686
"is_zombie": false,
8787
"parent_frame_id_list": [],
88-
"unique_hash": "foo_f1",
88+
"unique_hash": "foo_f1_p",
8989
"ordered_varnames": [
9090
"x"
9191
]
@@ -130,11 +130,11 @@
130130
"x": 10
131131
},
132132
"is_highlighted": true,
133-
"is_parent": false,
133+
"is_parent": true,
134134
"func_name": "foo",
135135
"is_zombie": false,
136136
"parent_frame_id_list": [],
137-
"unique_hash": "foo_f1",
137+
"unique_hash": "foo_f1_p",
138138
"ordered_varnames": [
139139
"x"
140140
]

v3/example-code/closures/lambda-param.golden_py3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
"x": 10
8282
},
8383
"is_highlighted": true,
84-
"is_parent": false,
84+
"is_parent": true,
8585
"func_name": "foo",
8686
"is_zombie": false,
8787
"parent_frame_id_list": [],
88-
"unique_hash": "foo_f1",
88+
"unique_hash": "foo_f1_p",
8989
"ordered_varnames": [
9090
"x"
9191
]
@@ -130,11 +130,11 @@
130130
"x": 10
131131
},
132132
"is_highlighted": true,
133-
"is_parent": false,
133+
"is_parent": true,
134134
"func_name": "foo",
135135
"is_zombie": false,
136136
"parent_frame_id_list": [],
137-
"unique_hash": "foo_f1",
137+
"unique_hash": "foo_f1_p",
138138
"ordered_varnames": [
139139
"x"
140140
]

v3/example-code/closures/student-torture.golden_py3

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"t": 0
4848
},
4949
"is_highlighted": true,
50-
"is_parent": false,
50+
"is_parent": true,
5151
"func_name": "f",
5252
"is_zombie": false,
5353
"parent_frame_id_list": [],
54-
"unique_hash": "f_f1",
54+
"unique_hash": "f_f1_p",
5555
"ordered_varnames": [
5656
"t"
5757
]
@@ -86,11 +86,11 @@
8686
"t": 0
8787
},
8888
"is_highlighted": true,
89-
"is_parent": false,
89+
"is_parent": true,
9090
"func_name": "f",
9191
"is_zombie": false,
9292
"parent_frame_id_list": [],
93-
"unique_hash": "f_f1",
93+
"unique_hash": "f_f1_p",
9494
"ordered_varnames": [
9595
"t"
9696
]
@@ -194,13 +194,13 @@
194194
"t": 0
195195
},
196196
"is_highlighted": true,
197-
"is_parent": false,
197+
"is_parent": true,
198198
"func_name": "g",
199199
"is_zombie": false,
200200
"parent_frame_id_list": [
201201
1
202202
],
203-
"unique_hash": "g_f2",
203+
"unique_hash": "g_f2_p",
204204
"ordered_varnames": [
205205
"t"
206206
]
@@ -260,13 +260,13 @@
260260
"t": 0
261261
},
262262
"is_highlighted": true,
263-
"is_parent": false,
263+
"is_parent": true,
264264
"func_name": "g",
265265
"is_zombie": false,
266266
"parent_frame_id_list": [
267267
1
268268
],
269-
"unique_hash": "g_f2",
269+
"unique_hash": "g_f2_p",
270270
"ordered_varnames": [
271271
"t"
272272
]

v3/example-code/decorators.golden

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@
117117
]
118118
},
119119
"is_highlighted": true,
120-
"is_parent": false,
120+
"is_parent": true,
121121
"func_name": "make_italic",
122122
"is_zombie": false,
123123
"parent_frame_id_list": [],
124-
"unique_hash": "make_italic_f1",
124+
"unique_hash": "make_italic_f1_p",
125125
"ordered_varnames": [
126126
"fn"
127127
]
@@ -174,11 +174,11 @@
174174
]
175175
},
176176
"is_highlighted": true,
177-
"is_parent": false,
177+
"is_parent": true,
178178
"func_name": "make_italic",
179179
"is_zombie": false,
180180
"parent_frame_id_list": [],
181-
"unique_hash": "make_italic_f1",
181+
"unique_hash": "make_italic_f1_p",
182182
"ordered_varnames": [
183183
"fn"
184184
]
@@ -321,11 +321,11 @@
321321
]
322322
},
323323
"is_highlighted": true,
324-
"is_parent": false,
324+
"is_parent": true,
325325
"func_name": "make_bold",
326326
"is_zombie": false,
327327
"parent_frame_id_list": [],
328-
"unique_hash": "make_bold_f2",
328+
"unique_hash": "make_bold_f2_p",
329329
"ordered_varnames": [
330330
"fn"
331331
]
@@ -406,11 +406,11 @@
406406
]
407407
},
408408
"is_highlighted": true,
409-
"is_parent": false,
409+
"is_parent": true,
410410
"func_name": "make_bold",
411411
"is_zombie": false,
412412
"parent_frame_id_list": [],
413-
"unique_hash": "make_bold_f2",
413+
"unique_hash": "make_bold_f2_p",
414414
"ordered_varnames": [
415415
"fn"
416416
]

v3/example-code/decorators.golden_py3

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@
117117
]
118118
},
119119
"is_highlighted": true,
120-
"is_parent": false,
120+
"is_parent": true,
121121
"func_name": "make_italic",
122122
"is_zombie": false,
123123
"parent_frame_id_list": [],
124-
"unique_hash": "make_italic_f1",
124+
"unique_hash": "make_italic_f1_p",
125125
"ordered_varnames": [
126126
"fn"
127127
]
@@ -174,11 +174,11 @@
174174
]
175175
},
176176
"is_highlighted": true,
177-
"is_parent": false,
177+
"is_parent": true,
178178
"func_name": "make_italic",
179179
"is_zombie": false,
180180
"parent_frame_id_list": [],
181-
"unique_hash": "make_italic_f1",
181+
"unique_hash": "make_italic_f1_p",
182182
"ordered_varnames": [
183183
"fn"
184184
]
@@ -321,11 +321,11 @@
321321
]
322322
},
323323
"is_highlighted": true,
324-
"is_parent": false,
324+
"is_parent": true,
325325
"func_name": "make_bold",
326326
"is_zombie": false,
327327
"parent_frame_id_list": [],
328-
"unique_hash": "make_bold_f2",
328+
"unique_hash": "make_bold_f2_p",
329329
"ordered_varnames": [
330330
"fn"
331331
]
@@ -406,11 +406,11 @@
406406
]
407407
},
408408
"is_highlighted": true,
409-
"is_parent": false,
409+
"is_parent": true,
410410
"func_name": "make_bold",
411411
"is_zombie": false,
412412
"parent_frame_id_list": [],
413-
"unique_hash": "make_bold_f2",
413+
"unique_hash": "make_bold_f2_p",
414414
"ordered_varnames": [
415415
"fn"
416416
]

0 commit comments

Comments
 (0)