From e96308912e2e04535836a2c282b0a7300d2d81fd Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 11 Apr 2025 17:33:12 +0800 Subject: Fixing issue #206. --- spec/outputs/unicode/attrib.lua | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'spec/outputs/unicode/attrib.lua') diff --git a/spec/outputs/unicode/attrib.lua b/spec/outputs/unicode/attrib.lua index 1c48de4..5e5bb99 100644 --- a/spec/outputs/unicode/attrib.lua +++ b/spec/outputs/unicode/attrib.lua @@ -48,17 +48,21 @@ do end local _u5173_u95ed_u53d8_u91cfb if not false then - if _u6761_u4ef6x then - _u5173_u95ed_u53d8_u91cfb = 1 - end + _u5173_u95ed_u53d8_u91cfb = ((function() + if _u6761_u4ef6x then + return 1 + end + end)()) end local _close_0 = _u5173_u95ed_u53d8_u91cfb local _u5e38_u91cfc if true then - local _exp_0 = _u6761_u4ef6x - if "abc" == _exp_0 then - _u5e38_u91cfc = 998 - end + _u5e38_u91cfc = ((function() + local _exp_0 = _u6761_u4ef6x + if "abc" == _exp_0 then + return 998 + end + end)()) end local _u5173_u95ed_u53d8_u91cfd if (function() -- cgit v1.2.3-55-g6feb