Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S03-sequence] Test for RT 80574
  • Loading branch information
kyleha committed Dec 23, 2010
1 parent ee1cf20 commit 5760b39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions S03-sequence/misc.t
Expand Up @@ -73,6 +73,12 @@ is (1, 2 ... 0, 1 ... 3).join(' '),
'0 1 2 3',
'chained sequence with an empty subsequence';

{
my @rt80574 := -> { 'zero', 'one' } ... *;
#?rakudo todo 'RT 80574'
is @rt80574[0], 'zero', 'Generator output is flattened';
}

done_testing;

# vim: ft=perl6

0 comments on commit 5760b39

Please sign in to comment.