aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode/loops.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/unicode/loops.lua')
-rw-r--r--spec/outputs/unicode/loops.lua20
1 files changed, 9 insertions, 11 deletions
diff --git a/spec/outputs/unicode/loops.lua b/spec/outputs/unicode/loops.lua
index d630343..8379993 100644
--- a/spec/outputs/unicode/loops.lua
+++ b/spec/outputs/unicode/loops.lua
@@ -297,17 +297,15 @@ end
297do 297do
298 for _u53d8_u91cfi = 1, 10 do 298 for _u53d8_u91cfi = 1, 10 do
299 repeat 299 repeat
300 do 300 local _with_0 = _u5bf9_u8c61tb
301 local _with_0 = _u5bf9_u8c61tb 301 if _with_0 ~= nil then
302 if _with_0 ~= nil then 302 _with_0["字段a"] = 1
303 _with_0["字段a"] = 1 303 if _with_0["字段b"] then
304 if _with_0["字段b"] then 304 goto _continue_12
305 goto _continue_12 305 end
306 end 306 do
307 do 307 if _with_0["字段c"] then
308 if _with_0["字段c"] then 308 break
309 break
310 end
311 end 309 end
312 end 310 end
313 end 311 end