From: Rafael Garcia-Suarez Date: Sun, 21 Mar 2004 13:36:27 +0000 (+0000) Subject: I must be tired today. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccc73c2d0898ebcd5a2c05619f03d0cfa6c60add;p=p5sagit%2Fp5-mst-13.2.git I must be tired today. p4raw-id: //depot/perl@22547 --- diff --git a/lib/utf8.t b/lib/utf8.t index 334a476..576d90e 100644 --- a/lib/utf8.t +++ b/lib/utf8.t @@ -417,11 +417,11 @@ SKIP: { } { - my $a =3D "456\xb6"; + my $a = "456\xb6"; utf8::upgrade($a); - my $b =3D "123456\xb6"; - $b =3D~ s/^...//; + my $b = "123456\xb6"; + $b =~ s/^...//; utf8::upgrade($b); is($b, $a, "utf8::upgrade OffsetOK"); }