Skip to content

Commit 2df623b

Browse files
committed
pass tests
1 parent 694721b commit 2df623b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/visualize/testdata/all-types-expected.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ digraph AST {
291291
"callargs:80005:80008" -> "getlocal:80006:80007"
292292
"loop:90000:140003" [
293293
label="loop\l\l"
294-
tooltip="start: 90000\nfinish: 140003\ninit: <node integer>\nstep: <node integer>\nbfinish: 140000\nmax: <node integer>\nlocals: <table>\nkeyword: <table>\nbstart: 90018\nloc: <node local>\n1: <node in>\n"
294+
tooltip="start: 90000\nfinish: 140003\ninit: <node integer>\nstep: <node integer>\nbfinish: 140000\nmax: <node integer>\nlocals: <table>\nkeyword: <table>\nbstart: 90020\nloc: <node local>\n1: <node in>\n"
295295
]
296296
"main:0:300000" -> "loop:90000:140003"
297297
"local:90004:90005" [
@@ -316,7 +316,7 @@ digraph AST {
316316
"loop:90000:140003" -> "integer:90015:90017"
317317
"in:100001:130004" [
318318
label="in\l\l"
319-
tooltip="start: 100001\nfinish: 130004\nbfinish: 130001\nexps: <node list>\nlabels: <table>\nlocals: <table>\nkeyword: <table>\nbstart: 100020\nkeys: <node list>\n1: <node goto>\n2: <node label>\n"
319+
tooltip="start: 100001\nfinish: 130004\nbfinish: 130001\nexps: <node list>\nlabels: <table>\nlocals: <table>\nkeyword: <table>\nbstart: 100022\nkeys: <node list>\n1: <node goto>\n2: <node label>\n"
320320
]
321321
"loop:90000:140003" -> "in:100001:130004"
322322
"list:100005:100006" [

0 commit comments

Comments
 (0)