diff options
Diffstat (limited to 'spec/outputs/codes_from_doc.lua')
| -rw-r--r-- | spec/outputs/codes_from_doc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/outputs/codes_from_doc.lua b/spec/outputs/codes_from_doc.lua index 02f36d1..84dfc4e 100644 --- a/spec/outputs/codes_from_doc.lua +++ b/spec/outputs/codes_from_doc.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 |
| @@ -2928,8 +2928,8 @@ local tb = { | |||
| 2928 | } | 2928 | } |
| 2929 | } | 2929 | } |
| 2930 | do | 2930 | do |
| 2931 | local math = math | ||
| 2932 | local print = print | 2931 | local print = print |
| 2932 | local math = math | ||
| 2933 | print("hello") | 2933 | print("hello") |
| 2934 | math.random(3) | 2934 | math.random(3) |
| 2935 | end | 2935 | end |
