Skip to content

Commit 5cdbb68

Browse files
committed
rebuilt tests
1 parent 8868306 commit 5cdbb68

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

tests/outputs/lists.lua

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,13 @@ for _index_0 = 2, #_list_6, 2 do
246246
local y = _list_6[_index_0]
247247
print(y)
248248
end
249+
local a, b, c = 1, 5, 2
250+
local _list_7 = x
251+
local _max_2 = b
252+
for _index_0 = a, _max_2 < 0 and #_list_7 + _max_2 or _max_2, c do
253+
local y = _list_7[_index_0]
254+
print(y)
255+
end
249256
local normal
250257
normal = function(hello)
251258
return (function()
@@ -259,8 +266,8 @@ normal = function(hello)
259266
end)()
260267
end
261268
local test = x(1, 2, 3, 4, 5)
262-
local _list_7 = test
263-
for _index_0 = 1, #_list_7 do
264-
local thing = _list_7[_index_0]
269+
local _list_8 = test
270+
for _index_0 = 1, #_list_8 do
271+
local thing = _list_8[_index_0]
265272
print(thing)
266273
end

0 commit comments

Comments
 (0)