Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test case for regex bug in 2014.11-54-ge395e87
  • Loading branch information
dwarring committed Dec 3, 2014
1 parent 98d86f1 commit 62adde9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion S05-modifier/ignorecase.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 24;
plan 25;

=begin description
Expand Down Expand Up @@ -62,6 +62,8 @@ ok('a' ~~ m/:i 'A'/, ':i descends into quotes');
ok 'a' ~~ /:i A|B /, ':i and LTM sanity';
ok 'a' ~~ /:i < A B > /, ':i and quote words';

ok 'A4' ~~ /:i a[3|4|5] | b[3|4] /, 'alternation sanity';

#RT #114362
{
ok "BLAR" ~~ /:ignorecase [blar | blubb]/, ":ignorecase works with |";
Expand Down

0 comments on commit 62adde9

Please sign in to comment.