Skip to content

Commit

Permalink
fix another old-school series test
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 11, 2010
1 parent d3868b4 commit fd2903a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S03-operators/series-nonnumeric.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 35;
plan 34;

# L<S03/List infix precedence/'C<.succ> is assumed'>

Expand Down Expand Up @@ -54,7 +54,6 @@ is ('β˜€' ...^ 'β˜•').join(''), 'β˜€β˜β˜‚β˜ƒβ˜„β˜…β˜†β˜‡β˜ˆβ˜‰β˜Šβ˜‹β˜Œβ˜β˜Ž
# the tricky termination test

ok ('A' ... 'ZZ').munch(1000).elems < 1000, "'A' ... 'ZZ' does not go on forever";
ok ('AA' ... 'Z').munch(1000).elems < 1000, "'AA' ... 'Z' does not go on forever";
ok ('ZZ' ... 'A').munch(1000).elems < 1000, "'ZZ' ... 'A' does not go on forever";
ok ('Z' ... 'AA').munch(1000).elems < 1000, "'Z' ... 'AA' does not go on forever";
#?rakudo skip '...^'
Expand Down

0 comments on commit fd2903a

Please sign in to comment.