aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2024-10-08 17:58:49 +0800
committerLi Jin <dragon-fly@qq.com>2024-10-08 17:58:49 +0800
commit05da3cbfa3689e6c229c41156d0dd08ab554cd77 (patch)
tree97eb63ae37ac36a41bbf8a6a02f3a838d089d600 /spec/inputs
parent91ca3bfacc2b3f5516a519c939814d7462f73141 (diff)
downloadyuescript-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.yue5
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
150do
151 f = ->
152 return with {}
153 return [123]
154
150nil 155nil