aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/with.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/with.moon')
-rw-r--r--spec/inputs/with.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/with.moon b/spec/inputs/with.moon
index ae3c8c0..f543356 100644
--- a/spec/inputs/with.moon
+++ b/spec/inputs/with.moon
@@ -37,7 +37,7 @@ do
37 37
38do 38do
39 with foo 39 with foo
40 \prop"something".hello 40 _ = \prop"something".hello
41 .prop\send(one) 41 .prop\send(one)
42 .prop\send one 42 .prop\send one
43 43
@@ -107,7 +107,7 @@ do
107 print .c 107 print .c
108 108
109do 109do
110 -> 110 _ = ->
111 with hi 111 with hi
112 return .a, .b 112 return .a, .b
113 113