diff options
Diffstat (limited to 'spec/outputs/5.1/loops.lua')
-rw-r--r-- | spec/outputs/5.1/loops.lua | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/spec/outputs/5.1/loops.lua b/spec/outputs/5.1/loops.lua index 6f0d072..cc019e0 100644 --- a/spec/outputs/5.1/loops.lua +++ b/spec/outputs/5.1/loops.lua | |||
@@ -390,20 +390,18 @@ do | |||
390 | local _cond_0 = false | 390 | local _cond_0 = false |
391 | local _continue_1 = false | 391 | local _continue_1 = false |
392 | repeat | 392 | repeat |
393 | do | 393 | local _with_0 = tb |
394 | local _with_0 = tb | 394 | if _with_0 ~= nil then |
395 | if _with_0 ~= nil then | 395 | _with_0.a = 1 |
396 | _with_0.a = 1 | 396 | if _with_0.b then |
397 | if _with_0.b then | 397 | _cond_0 = true |
398 | _cond_0 = true | 398 | _continue_1 = true |
399 | _continue_1 = true | 399 | break |
400 | end | ||
401 | do | ||
402 | if _with_0.c then | ||
400 | break | 403 | break |
401 | end | 404 | end |
402 | do | ||
403 | if _with_0.c then | ||
404 | break | ||
405 | end | ||
406 | end | ||
407 | end | 405 | end |
408 | end | 406 | end |
409 | _cond_0 = true | 407 | _cond_0 = true |