From ccb3381cdfc84a4dd37f5b7aea9ff21d6558c14b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 13 Jan 2020 13:09:24 +0800 Subject: fix Moonscript issue 384. --- spec/inputs/plus.moon | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec') diff --git a/spec/inputs/plus.moon b/spec/inputs/plus.moon index fdca8be..7b9ef05 100644 --- a/spec/inputs/plus.moon +++ b/spec/inputs/plus.moon @@ -5,3 +5,5 @@ res = b.function\do!\while("OK")\if "def",998 c.repeat.if\then("xyz")\else res +print @for,@@function 123 + -- cgit v1.2.3-55-g6feb