diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:38:45 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:38:45 +0800 |
| commit | 36fc4fd1b262fd91226540bc79c833ef17a7425e (patch) | |
| tree | 3da251b14017e45918e7133af1250342e8a6f62e /spec/outputs/codes_from_doc.lua | |
| parent | 4e7cf4d863804303a931d6e16df7de6616337909 (diff) | |
| download | yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.gz yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.bz2 yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.zip | |
Updated spec.
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') |
