diff options
Diffstat (limited to 'spec/inputs/unicode/macro_export.yue')
-rw-r--r-- | spec/inputs/unicode/macro_export.yue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/unicode/macro_export.yue b/spec/inputs/unicode/macro_export.yue index 3c9a942..56571cd 100644 --- a/spec/inputs/unicode/macro_export.yue +++ b/spec/inputs/unicode/macro_export.yue | |||
@@ -37,8 +37,8 @@ export macro 复制 = (源, 目标, ...)-> | |||
37 | " | 37 | " |
38 | do | 38 | do |
39 | local _源_, _目标_ | 39 | local _源_, _目标_ |
40 | with _目标_ = #{目标} | 40 | with _目标_ := #{目标} |
41 | with _源_ = #{源} | 41 | with _源_ := #{源} |
42 | #{table.concat for 字段 in *{...} do " | 42 | #{table.concat for 字段 in *{...} do " |
43 | _目标_.#{字段} = _源_.#{字段} | 43 | _目标_.#{字段} = _源_.#{字段} |
44 | "}" | 44 | "}" |