Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add test for :i and quote words.
  • Loading branch information
jnthn committed Oct 21, 2012
1 parent 33c0502 commit 63938fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-modifier/ignorecase.t
Expand Up @@ -60,5 +60,6 @@ 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';

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

0 comments on commit 63938fd

Please sign in to comment.