aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/loops.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/loops.yue')
-rw-r--r--spec/inputs/loops.yue2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/inputs/loops.yue b/spec/inputs/loops.yue
index 8946a2f..5708809 100644
--- a/spec/inputs/loops.yue
+++ b/spec/inputs/loops.yue
@@ -30,6 +30,8 @@ for x in y, z
30for x in y, z, k 30for x in y, z, k
31 print x 31 print x
32 32
33for name, members in *modules
34 print name, member
33 35
34x = -> 36x = ->
35 for x in y 37 for x in y