Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ignorecase.t] :i should descend into quotes (RT #76750)
  • Loading branch information
moritz committed Feb 23, 2011
1 parent 3e93462 commit 9c2a090
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion S05-modifier/ignorecase.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 13;
plan 14;

=begin description
Expand Down Expand Up @@ -46,4 +46,7 @@ ok('ß' ~~ m:i/SS/, "ß matches SS with :ignorecase");
ok('SS' ~~ m:i/ß/, "SS matches ß with :ignorecase");


#RT #76750
ok('a' ~~ m/:i 'A'/, ':i descends into quotes');

# vim: syn=perl6 sw=4 ts=4 expandtab

0 comments on commit 9c2a090

Please sign in to comment.