diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-03-11 00:31:43 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-03-11 00:31:43 +0800 |
| commit | e2490546fe9937d43b87c0432b967824dd0f90c7 (patch) | |
| tree | e47110b7dbb812e57a5328288c26689e395ae676 /spec/inputs/macro_export.moon | |
| parent | 1ee056eedf773ac6166247755439092e0e0a9bca (diff) | |
| download | yuescript-e2490546fe9937d43b87c0432b967824dd0f90c7.tar.gz yuescript-e2490546fe9937d43b87c0432b967824dd0f90c7.tar.bz2 yuescript-e2490546fe9937d43b87c0432b967824dd0f90c7.zip | |
update.
Diffstat (limited to 'spec/inputs/macro_export.moon')
| -rw-r--r-- | spec/inputs/macro_export.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/macro_export.moon b/spec/inputs/macro_export.moon index 369b83b..759c6d1 100644 --- a/spec/inputs/macro_export.moon +++ b/spec/inputs/macro_export.moon | |||
| @@ -7,7 +7,7 @@ export macro expr showMacro = (name,res)-> | |||
| 7 | if debugMacro | 7 | if debugMacro |
| 8 | "do | 8 | "do |
| 9 | txt = #{res} | 9 | txt = #{res} |
| 10 | print '['..#{name}..']' | 10 | print '[macro '..#{name}..']' |
| 11 | print txt | 11 | print txt |
| 12 | txt" | 12 | txt" |
| 13 | else | 13 | else |
