diff options
Diffstat (limited to 'spec/inputs/do.moon')
-rw-r--r-- | spec/inputs/do.moon | 2 |
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 | ||
16 | t = { | 16 | t = { |
17 | y: do | 17 | y: do |