From 93245956268fbfe2223c6b9f92c8016729f70afd Mon Sep 17 00:00:00 2001 From: cedric-vincent Date: Thu, 22 Dec 2011 19:36:12 +0100 Subject: [PATCH] Fix the gender of a French "variable" :) --- S02-lexical-conventions/unicode.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S02-lexical-conventions/unicode.t b/S02-lexical-conventions/unicode.t index 3078d5ce7a..7649db4317 100644 --- a/S02-lexical-conventions/unicode.t +++ b/S02-lexical-conventions/unicode.t @@ -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