diff options
Diffstat (limited to 'spec/outputs/codes_from_doc_zh.lua')
| -rw-r--r-- | spec/outputs/codes_from_doc_zh.lua | 4 |
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 | } |
| 411 | do | 411 | do |
| 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) |
| 416 | end | 416 | end |
| @@ -2922,8 +2922,8 @@ local tb = { | |||
| 2922 | } | 2922 | } |
| 2923 | } | 2923 | } |
| 2924 | do | 2924 | do |
| 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) |
| 2929 | end | 2929 | end |
