diff options
author | Li Jin <dragon-fly@qq.com> | 2024-10-08 17:58:49 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-10-08 17:58:49 +0800 |
commit | 05da3cbfa3689e6c229c41156d0dd08ab554cd77 (patch) | |
tree | 97eb63ae37ac36a41bbf8a6a02f3a838d089d600 /spec/inputs/with.yue | |
parent | 91ca3bfacc2b3f5516a519c939814d7462f73141 (diff) | |
download | yuescript-0.25.5.tar.gz yuescript-0.25.5.tar.bz2 yuescript-0.25.5.zip |
Fixed a miss indent and removed an unnecessary do block.v0.25.5
Diffstat (limited to '')
-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 |