From 5604bbbb80bfcedb4a9085b90864e221f8104b33 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 28 May 2025 18:20:16 +0800 Subject: Added `try!` syntax. --- spec/outputs/unicode/macro.lua | 46 ++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 26 deletions(-) (limited to 'spec/outputs/unicode/macro.lua') diff --git a/spec/outputs/unicode/macro.lua b/spec/outputs/unicode/macro.lua index 3b9327a..b4e78cd 100644 --- a/spec/outputs/unicode/macro.lua +++ b/spec/outputs/unicode/macro.lua @@ -216,17 +216,15 @@ do end local _ = require('下划线') local _anon_func_0 = function(_) - do - local _call_0 = (_({ - 1, - 2, - 3, - 4, - -2, - 3 - })) - return _call_0["链"](_call_0) - end + local _call_0 = (_({ + 1, + 2, + 3, + 4, + -2, + 3 + })) + return _call_0["链"](_call_0) end local _call_0 = ((function() local _call_0 = ((function() @@ -241,17 +239,15 @@ local _call_0 = ((function() end)()) local _u7ed3_u679ca = _call_0["取值"](_call_0) local _anon_func_1 = function(_) - do - local _call_1 = (_({ - 1, - 2, - 3, - 4, - -2, - 3 - })) - return _call_1["链"](_call_1) - end + local _call_1 = (_({ + 1, + 2, + 3, + 4, + -2, + 3 + })) + return _call_1["链"](_call_1) end do local _call_1 = ((function() @@ -270,10 +266,8 @@ do end) end local _anon_func_2 = function(_u539f_u70b9) - do - local _call_1 = _u539f_u70b9["变换"]["根节点"]["游戏对象"] - return _call_1["父节点"](_call_1) - end + local _call_1 = _u539f_u70b9["变换"]["根节点"]["游戏对象"] + return _call_1["父节点"](_call_1) end local _call_1 = ((function() local _call_1 = ((function() -- cgit v1.2.3-55-g6feb