aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/stub.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/stub.moon')
-rw-r--r--spec/inputs/stub.moon4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/inputs/stub.moon b/spec/inputs/stub.moon
index b38056a..60347e7 100644
--- a/spec/inputs/stub.moon
+++ b/spec/inputs/stub.moon
@@ -12,5 +12,7 @@ print x\val!
12 12
13 13
14-- ... should be bubbled up anon functions 14-- ... should be bubbled up anon functions
15x = hello(...)\world 15((...)-> x = hello(...)\world)!
16
17nil
16 18