Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix an :ignorecase test
  • Loading branch information
moritz committed Feb 13, 2012
1 parent b043336 commit 80ceab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-modifier/ignorecase.t
Expand Up @@ -38,7 +38,7 @@ ok "hello" ~~ m:i/Hello/, "match with :i (direct)";

ok "hello" !~~ m:ignorecase/<&mixedcase>/, "no match with :ignorecase + subrule";
#?niecza todo
ok "hello" !~~ m:ignorecase/Hello/, "match with :ignorecase (direct)";
ok "hello" ~~ m:ignorecase/Hello/, "match with :ignorecase (direct)";
ok('Δ' ~~ m:i/δ/, ':i with greek chars');

# The German ß (&szlig;) maps to uppercase SS:
Expand Down

0 comments on commit 80ceab7

Please sign in to comment.