Skip to content

Commit

Permalink
test RT #71702. resolves ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
diakopter committed Jun 2, 2012
1 parent a3f5481 commit 6a03ec5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion S05-mass/rx.t 100644 → 100755
@@ -1,6 +1,6 @@
use Test;

plan 732;
plan 733;

### for now
sub matchcheck(*@a) { 1 }
Expand Down Expand Up @@ -2933,5 +2933,9 @@ eval_dies_ok '"b" ~~ /b| /', 'null pattern after alternation';
#?niecza todo 'undefined capture'
nok 'aa' ~~ /(.)$1/, 'undefined captures do not match';

# RT #71702
#?niecza todo 'allows them'
eval_dies_ok 'say "foo" ~~ /<[d..b]>? foo/', 'no reversed char ranges';

done;
# vim: ft=perl6 sw=4 expandtab

0 comments on commit 6a03ec5

Please sign in to comment.