diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/macro-export.yue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/inputs/macro-export.yue b/spec/inputs/macro-export.yue index 46cc608..adc71da 100644 --- a/spec/inputs/macro-export.yue +++ b/spec/inputs/macro-export.yue | |||
@@ -42,9 +42,9 @@ do | |||
42 | local _src_, _dst_ | 42 | local _src_, _dst_ |
43 | with _dst_ = #{dst} | 43 | with _dst_ = #{dst} |
44 | with _src_ = #{src} | 44 | with _src_ = #{src} |
45 | #{table.concat (for field in *{...} | 45 | #{table.concat for field in *{...} do " |
46 | " _dst_.#{field} = _src_.#{field}"), "\n"} | 46 | _dst_.#{field} = _src_.#{field} |
47 | " | 47 | "}" |
48 | 48 | ||
49 | $ -> | 49 | $ -> |
50 | global debugMode = true | 50 | global debugMode = true |