Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add test for long spelling of :ignoremark
  • Loading branch information
Coleoid committed Jul 20, 2012
1 parent 3a41ccc commit 726f78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-modifier/ignoremark.t
Expand Up @@ -25,5 +25,6 @@ ok('å' ~~ m:m/a/, 'Ignoremark: a matches å');
ok('ƌ' ~~ m:m/d/, 'Ignoremark: d matches ƌ');
ok('å' ~~ m:m/ä/, 'Both pattern and string may contain accents');
ok('a' ~~ m:m/ä/, 'Pattern may contain accents');
ok('ä' ~~ m:ignoremark/a/, 'Ignoremark: spelling out :ignoremark also works');

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

0 comments on commit 726f78c

Please sign in to comment.