aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/macro.mp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/macro.mp')
-rw-r--r--spec/inputs/macro.mp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/macro.mp b/spec/inputs/macro.mp
index fafa522..be88a3f 100644
--- a/spec/inputs/macro.mp
+++ b/spec/inputs/macro.mp
@@ -110,7 +110,7 @@ do
110 a += $get_inner_hygienic! 110 a += $get_inner_hygienic!
111 print a 111 print a
112 112
113macro lua lua = (codes)-> "#{codes}" 113macro lua lua = (codes)-> codes
114 114
115x = 0 115x = 0
116 116