aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/return.yue
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/inputs/return.yue2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/return.yue b/spec/inputs/return.yue
index 96fa0cd..fda8d62 100644
--- a/spec/inputs/return.yue
+++ b/spec/inputs/return.yue
@@ -6,7 +6,7 @@ _ = -> [x for x in *things]
6 6
7-- doesn't make sense on purpose 7-- doesn't make sense on purpose
8do 8do
9 return x for x in *things 9 for x in *things do return x
10 10
11do 11do
12 return [x for x in *things] 12 return [x for x in *things]