diff options
Diffstat (limited to '')
-rw-r--r-- | spec/outputs/lists.lua | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/spec/outputs/lists.lua b/spec/outputs/lists.lua index e6f306d..e2d512d 100644 --- a/spec/outputs/lists.lua +++ b/spec/outputs/lists.lua | |||
@@ -313,20 +313,7 @@ do | |||
313 | end | 313 | end |
314 | c = (1 == a) | 314 | c = (1 == a) |
315 | c = (1 == a) | 315 | c = (1 == a) |
316 | do | 316 | c = (1 == a) |
317 | local _check_0 = { | ||
318 | 1 | ||
319 | } | ||
320 | local _find_0 = false | ||
321 | for _index_0 = 1, #_check_0 do | ||
322 | local _item_0 = _check_0[_index_0] | ||
323 | if _item_0 == a then | ||
324 | _find_0 = true | ||
325 | break | ||
326 | end | ||
327 | end | ||
328 | c = _find_0 | ||
329 | end | ||
330 | end | 317 | end |
331 | do | 318 | do |
332 | a, b = hello[1], hello[2] | 319 | a, b = hello[1], hello[2] |