Skip to content

Commit

Permalink
Fix the gender of a French "variable" :)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-vincent committed Dec 22, 2011
1 parent 5f0bdab commit 9324595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-lexical-conventions/unicode.t
Expand Up @@ -21,7 +21,7 @@ is (do {my $møøse = 2; sub såck ($x) { $x }; såck($møøse)}), 2,
"møøse bites kan be preti nasti";
# french
lives_ok {my $un_variable_français; sub blâ {}; 1}, "french declaration"; #OK not used
lives_ok {my $une_variable_française; sub blâ {}; 1}, "french declaration"; #OK not used
is (do {my $frénch = 2; sub bléch ($x) { $x }; bléch($frénch)}), 2, "evaluation";
# Some Chinese Characters
Expand Down

0 comments on commit 9324595

Please sign in to comment.