Skip to content

Commit

Permalink
Update test message in basic.t to be more accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 21, 2010
1 parent 1b6274b commit ef896c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-sequence/basic.t
Expand Up @@ -231,7 +231,7 @@ is (1, 2 , {last if $_>=5; $_+1} ... *), (1,2,3,4,5), "sequence that lasts in th
}

#?rakudo skip 'RT #78324'
is (32,16,8 ...^ Rat), (32,16,8) , 'When the limit is a type we do not get an infinite sequence';
is (32,16,8 ...^ Rat), (32,16,8) , 'stop on a matching type';

# RT #75828
eval_dies_ok '1, 2, 3, ... 5', 'comma before sequence operator is caught';
Expand Down

0 comments on commit ef896c7

Please sign in to comment.