aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/do.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/do.moon')
-rw-r--r--spec/inputs/do.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/do.moon b/spec/inputs/do.moon
index 334e68f..21e2127 100644
--- a/spec/inputs/do.moon
+++ b/spec/inputs/do.moon
@@ -11,7 +11,7 @@ y = do
11 things = "shhh" 11 things = "shhh"
12 -> "hello: " .. things 12 -> "hello: " .. things
13 13
14-> if something then do "yeah" 14_ = -> if something then do "yeah"
15 15
16t = { 16t = {
17 y: do 17 y: do