diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-04-11 17:33:12 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-04-11 17:33:12 +0800 |
| commit | e96308912e2e04535836a2c282b0a7300d2d81fd (patch) | |
| tree | 9c6f55dbce6193dac6f78dad94f76ad1c0a6ef1a /spec/outputs/unicode/try_catch.lua | |
| parent | 9750786a5c03b5ce3ea22b240d1b3cd34990856b (diff) | |
| download | yuescript-e96308912e2e04535836a2c282b0a7300d2d81fd.tar.gz yuescript-e96308912e2e04535836a2c282b0a7300d2d81fd.tar.bz2 yuescript-e96308912e2e04535836a2c282b0a7300d2d81fd.zip | |
Fixing issue #206.v0.27.4
Diffstat (limited to 'spec/outputs/unicode/try_catch.lua')
| -rw-r--r-- | spec/outputs/unicode/try_catch.lua | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/spec/outputs/unicode/try_catch.lua b/spec/outputs/unicode/try_catch.lua index 22f29f9..f8c7849 100644 --- a/spec/outputs/unicode/try_catch.lua +++ b/spec/outputs/unicode/try_catch.lua | |||
| @@ -32,11 +32,13 @@ pcall(function() | |||
| 32 | return _u8868["函数"]() | 32 | return _u8868["函数"]() |
| 33 | end) | 33 | end) |
| 34 | pcall(function() | 34 | pcall(function() |
| 35 | return _u8868["函数"]() | 35 | return (_u8868["函数"]()) |
| 36 | end) | 36 | end) |
| 37 | pcall(function() | 37 | pcall(function() |
| 38 | local _call_0 = _u8868 | 38 | return ((function() |
| 39 | return _call_0["函数"](_call_0, 1, 2, 3) | 39 | local _call_0 = _u8868 |
| 40 | return _call_0["函数"](_call_0, 1, 2, 3) | ||
| 41 | end)()) | ||
| 40 | end) | 42 | end) |
| 41 | pcall(function() | 43 | pcall(function() |
| 42 | return _u8868["函数"](1) | 44 | return _u8868["函数"](1) |
| @@ -52,7 +54,7 @@ end)) then | |||
| 52 | _u6253_u5370("好的") | 54 | _u6253_u5370("好的") |
| 53 | end | 55 | end |
| 54 | if xpcall(function() | 56 | if xpcall(function() |
| 55 | return _u51fd_u6570(1) | 57 | return (_u51fd_u6570(1)) |
| 56 | end, function(_u9519_u8bef) | 58 | end, function(_u9519_u8bef) |
| 57 | return _u6253_u5370(_u9519_u8bef) | 59 | return _u6253_u5370(_u9519_u8bef) |
| 58 | end) then | 60 | end) then |
