diff options
Diffstat (limited to 'spec/inputs/with.moon')
-rw-r--r-- | spec/inputs/with.moon | 4 |
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 | ||
38 | do | 38 | do |
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 | ||
109 | do | 109 | do |
110 | -> | 110 | _ = -> |
111 | with hi | 111 | with hi |
112 | return .a, .b | 112 | return .a, .b |
113 | 113 | ||