aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/macro.moon4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/inputs/macro.moon b/spec/inputs/macro.moon
index 47e5a26..2677d15 100644
--- a/spec/inputs/macro.moon
+++ b/spec/inputs/macro.moon
@@ -135,5 +135,7 @@ $def sel, a, b, c, [[
135$def dummy,[[ 135$def dummy,[[
136]] 136]]
137 137
138nil 138macro block implicitReturnblockMacroIsAllowed = -> "123"
139
140$implicitReturnblockMacroIsAllowed!
139 141