aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/codes_from_doc_zh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/codes_from_doc_zh.lua')
-rw-r--r--spec/outputs/codes_from_doc_zh.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/outputs/codes_from_doc_zh.lua b/spec/outputs/codes_from_doc_zh.lua
index 87944e0..d4e8b6a 100644
--- a/spec/outputs/codes_from_doc_zh.lua
+++ b/spec/outputs/codes_from_doc_zh.lua
@@ -409,8 +409,8 @@ local tb = {
409 } 409 }
410} 410}
411do 411do
412 local math = math
413 local print = print 412 local print = print
413 local math = math
414 print("hello") 414 print("hello")
415 math.random(3) 415 math.random(3)
416end 416end
@@ -2922,8 +2922,8 @@ local tb = {
2922 } 2922 }
2923} 2923}
2924do 2924do
2925 local math = math
2926 local print = print 2925 local print = print
2926 local math = math
2927 print("hello") 2927 print("hello")
2928 math.random(3) 2928 math.random(3)
2929end 2929end