Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/roast
  • Loading branch information
Jimmy Zhuo committed Feb 23, 2011
2 parents 2633e61 + 9c2a090 commit 08187ac
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 08187ac

Please sign in to comment.