aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/outputs/loops.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/outputs/loops.lua b/spec/outputs/loops.lua
index 7f87b2d..e5c189e 100644
--- a/spec/outputs/loops.lua
+++ b/spec/outputs/loops.lua
@@ -192,6 +192,7 @@ repeat
192 repeat 192 repeat
193 a = a + 1 193 a = a + 1
194 if a == 5 then 194 if a == 5 then
195 _cond_0 = a == 10
195 _continue_0 = true 196 _continue_0 = true
196 break 197 break
197 end 198 end
@@ -214,6 +215,7 @@ repeat
214 x = x + 1 215 x = x + 1
215 y = x 216 y = x
216 if x < 5 then 217 if x < 5 then
218 _cond_0 = y == 10
217 _continue_0 = true 219 _continue_0 = true
218 break 220 break
219 end 221 end