diff options
Diffstat (limited to 'spec/inputs/stub.moon')
-rw-r--r-- | spec/inputs/stub.moon | 4 |
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 |
15 | x = hello(...)\world | 15 | ((...)-> x = hello(...)\world)! |
16 | |||
17 | nil | ||
16 | 18 | ||