diff options
Diffstat (limited to 'spec/inputs')
-rw-r--r-- | spec/inputs/with.yue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/inputs/with.yue b/spec/inputs/with.yue index 5da0980..19b7be1 100644 --- a/spec/inputs/with.yue +++ b/spec/inputs/with.yue | |||
@@ -147,4 +147,9 @@ do | |||
147 | .touchEnabled = true | 147 | .touchEnabled = true |
148 | .swallowTouches = true | 148 | .swallowTouches = true |
149 | 149 | ||
150 | do | ||
151 | f = -> | ||
152 | return with {} | ||
153 | return [123] | ||
154 | |||
150 | nil | 155 | nil |