diff options
Diffstat (limited to 'spec/outputs/codes_from_doc.lua')
| -rw-r--r-- | spec/outputs/codes_from_doc.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/outputs/codes_from_doc.lua b/spec/outputs/codes_from_doc.lua index b25753d..3971bb7 100644 --- a/spec/outputs/codes_from_doc.lua +++ b/spec/outputs/codes_from_doc.lua | |||
| @@ -73,8 +73,8 @@ local apple = setmetatable({ | |||
| 73 | if (getmetatable(apple) ~= nil) then | 73 | if (getmetatable(apple) ~= nil) then |
| 74 | p(apple.size, apple.color, getmetatable(apple).__index) | 74 | p(apple.size, apple.color, getmetatable(apple).__index) |
| 75 | end | 75 | end |
| 76 | local _ud83c_udf1b = "月之脚本" | 76 | local _u1f31b = "月之脚本" |
| 77 | _module_0["🌛"] = _ud83c_udf1b | 77 | _module_0["🌛"] = _u1f31b |
| 78 | return _module_0 | 78 | return _module_0 |
| 79 | local area = 6.2831853071796 * 5 | 79 | local area = 6.2831853071796 * 5 |
| 80 | print('hello world') | 80 | print('hello world') |
| @@ -2514,8 +2514,8 @@ local apple = setmetatable({ | |||
| 2514 | if (getmetatable(apple) ~= nil) then | 2514 | if (getmetatable(apple) ~= nil) then |
| 2515 | p(apple.size, apple.color, getmetatable(apple).__index) | 2515 | p(apple.size, apple.color, getmetatable(apple).__index) |
| 2516 | end | 2516 | end |
| 2517 | local _ud83c_udf1b = "月之脚本" | 2517 | local _u1f31b = "月之脚本" |
| 2518 | _module_0["🌛"] = _ud83c_udf1b | 2518 | _module_0["🌛"] = _u1f31b |
| 2519 | return _module_0 | 2519 | return _module_0 |
| 2520 | local area = 6.2831853071796 * 5 | 2520 | local area = 6.2831853071796 * 5 |
| 2521 | print('hello world') | 2521 | print('hello world') |
