aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/unicode/macro.yue1
-rw-r--r--spec/outputs/unicode/macro.lua23
2 files changed, 14 insertions, 10 deletions
diff --git a/spec/inputs/unicode/macro.yue b/spec/inputs/unicode/macro.yue
index 50656ae..79d3c07 100644
--- a/spec/inputs/unicode/macro.yue
+++ b/spec/inputs/unicode/macro.yue
@@ -201,6 +201,7 @@ $链式调用(
201 选择可见! 201 选择可见!
202 标签等于 "fx" 202 标签等于 "fx"
203 其中 (x)-> x.名称\结尾为 "(克隆)" 203 其中 (x)-> x.名称\结尾为 "(克隆)"
204 摧毁!
204) 205)
205 206
206macro 链式调用B = (...)-> 207macro 链式调用B = (...)->
diff --git a/spec/outputs/unicode/macro.lua b/spec/outputs/unicode/macro.lua
index 986ff32..b4e78cd 100644
--- a/spec/outputs/unicode/macro.lua
+++ b/spec/outputs/unicode/macro.lua
@@ -273,19 +273,22 @@ local _call_1 = ((function()
273 local _call_1 = ((function() 273 local _call_1 = ((function()
274 local _call_1 = ((function() 274 local _call_1 = ((function()
275 local _call_1 = ((function() 275 local _call_1 = ((function()
276 local _call_1 = (_anon_func_2(_u539f_u70b9)) 276 local _call_1 = ((function()
277 return _call_1["后代"](_call_1) 277 local _call_1 = (_anon_func_2(_u539f_u70b9))
278 return _call_1["后代"](_call_1)
279 end)())
280 return _call_1["选择启用"](_call_1)
278 end)()) 281 end)())
279 return _call_1["选择"](_call_1) 282 return _call_1["选择"](_call_1)
280 end)()) 283 end)())
281 return _call_1["可见"](_call_1) 284 return _call_1["签等于"](_call_1, "fx")
282 end)()) 285 end)())
283 return _call_1["标签等于"](_call_1, "fx") 286 return _call_1["其中"](_call_1, function(x)
287 local _call_2 = x["名称"]
288 return _call_2["结尾为"](_call_2, "(克隆)")
289 end)
284end)()) 290end)())
285_u7ed3_u679c = _call_1["其中"](_call_1, function(x) 291_u7ed3_u679c = _call_1["摧毁"](_call_1)
286 local _call_2 = x["名称"]
287 return _call_2["结尾为"](_call_2, "(克隆)")
288end)
289do 292do
290 do 293 do
291 local _1 294 local _1
@@ -343,7 +346,7 @@ _u6253_u5370((setmetatable({
343 return 998 346 return 998
344 end 347 end
345})) 348}))
346_u6253_u5370("当前代码行数: " .. tostring(267)) 349_u6253_u5370("当前代码行数: " .. tostring(268))
347do 350do
348 do 351 do
349-- 待实现 352-- 待实现