diff options
Diffstat (limited to 'spec/inputs/loops.yue')
-rw-r--r-- | spec/inputs/loops.yue | 2 |
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 | |||
30 | for x in y, z, k | 30 | for x in y, z, k |
31 | print x | 31 | print x |
32 | 32 | ||
33 | for name, members in *modules | ||
34 | print name, member | ||
33 | 35 | ||
34 | x = -> | 36 | x = -> |
35 | for x in y | 37 | for x in y |