diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/inputs/unicode/macro.yue | 1 | ||||
| -rw-r--r-- | spec/outputs/unicode/macro.lua | 23 |
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 | ||
| 206 | macro 链式调用B = (...)-> | 207 | macro 链式调用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) | ||
| 284 | end)()) | 290 | end)()) |
| 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, "(克隆)") | ||
| 288 | end) | ||
| 289 | do | 292 | do |
| 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)) |
| 347 | do | 350 | do |
| 348 | do | 351 | do |
| 349 | -- 待实现 | 352 | -- 待实现 |
