Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test LTM + :ignorecase
  • Loading branch information
moritz committed Aug 1, 2012
1 parent 95987ec commit ca2353f
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 16;
plan 17;

=begin description
Expand Down Expand Up @@ -59,4 +59,7 @@ ok('a' ~~ m/:i 'A'/, ':i descends into quotes');
ok 'aa' ~~ /:i $matcher/, 'interpolation: match with :i';
}

#?rakudo todo 'ignorecase + LTM'
ok 'a' ~~ /:i A|B /, ':i and LTM sanity';

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

0 comments on commit ca2353f

Please sign in to comment.