aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/with.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/with.yue')
-rw-r--r--spec/inputs/with.yue4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/with.yue b/spec/inputs/with.yue
index 2256833..19ed2a7 100644
--- a/spec/inputs/with.yue
+++ b/spec/inputs/with.yue
@@ -167,7 +167,7 @@ do
167 167
168do 168do
169 a = for i = 1, 100 169 a = for i = 1, 100
170 with? x := tb[i] 170 with? x := tb[i]
171 break x if .id := 1 171 break x if .id := 1
172 172
173nil 173nil