Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S05-mass/rx] Fudge dubious test for now
  • Loading branch information
sorear committed May 27, 2012
1 parent 361bd23 commit 6f6d6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-mass/rx.t
Expand Up @@ -2553,6 +2553,7 @@ ok 'baaabbb' ~~ /a**:!2..4/, 'three "a" characters (explicit greed)';
ok 'foooo' ~~ /^ f o ** 4 $/, 'RT 112450 sanity';
my $rt112450 = 4;
#?rakudo 2 skip 'RT 112450'
#?niecza 2 skip 'Dubious test, http://irclog.perlgeek.de/perl6/2012-05-27#i_5643089'
ok 'foooo' ~~ /^ f o ** $rt112450 $/, 'RT 112450 interpolation';
ok 'foooo' ~~ /^ f o ** {$rt112450} $/, 'RT 112450 closure interpolation';
}
Expand Down

0 comments on commit 6f6d6c2

Please sign in to comment.