diff options
Diffstat (limited to 'spec/outputs/unicode/stub.lua')
-rw-r--r-- | spec/outputs/unicode/stub.lua | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/spec/outputs/unicode/stub.lua b/spec/outputs/unicode/stub.lua index 5f183a1..426967b 100644 --- a/spec/outputs/unicode/stub.lua +++ b/spec/outputs/unicode/stub.lua | |||
@@ -15,12 +15,10 @@ end | |||
15 | _u6253_u5370(_u51fd_u6570()) | 15 | _u6253_u5370(_u51fd_u6570()) |
16 | _u6253_u5370(_u53d8_u91cfx["值"](_u53d8_u91cfx)); | 16 | _u6253_u5370(_u53d8_u91cfx["值"](_u53d8_u91cfx)); |
17 | (function(...) | 17 | (function(...) |
18 | do | 18 | local _base_0 = _u4f60_u597d(...) |
19 | local _base_0 = _u4f60_u597d(...) | 19 | local _fn_0 = _base_0["世界"] |
20 | local _fn_0 = _base_0["世界"] | 20 | _u53d8_u91cfx = _fn_0 and function(...) |
21 | _u53d8_u91cfx = _fn_0 and function(...) | 21 | return _fn_0(_base_0, ...) |
22 | return _fn_0(_base_0, ...) | ||
23 | end | ||
24 | end | 22 | end |
25 | end)() | 23 | end)() |
26 | return nil | 24 | return nil |