aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/codes_from_doc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/codes_from_doc.lua')
-rw-r--r--spec/outputs/codes_from_doc.lua8
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({
73if (getmetatable(apple) ~= nil) then 73if (getmetatable(apple) ~= nil) then
74 p(apple.size, apple.color, getmetatable(apple).__index) 74 p(apple.size, apple.color, getmetatable(apple).__index)
75end 75end
76local _ud83c_udf1b = "月之脚本" 76local _u1f31b = "月之脚本"
77_module_0["🌛"] = _ud83c_udf1b 77_module_0["🌛"] = _u1f31b
78return _module_0 78return _module_0
79local area = 6.2831853071796 * 5 79local area = 6.2831853071796 * 5
80print('hello world') 80print('hello world')
@@ -2514,8 +2514,8 @@ local apple = setmetatable({
2514if (getmetatable(apple) ~= nil) then 2514if (getmetatable(apple) ~= nil) then
2515 p(apple.size, apple.color, getmetatable(apple).__index) 2515 p(apple.size, apple.color, getmetatable(apple).__index)
2516end 2516end
2517local _ud83c_udf1b = "月之脚本" 2517local _u1f31b = "月之脚本"
2518_module_0["🌛"] = _ud83c_udf1b 2518_module_0["🌛"] = _u1f31b
2519return _module_0 2519return _module_0
2520local area = 6.2831853071796 * 5 2520local area = 6.2831853071796 * 5
2521print('hello world') 2521print('hello world')