Echoes of #13757.
Jarkko Hietaniemi [Tue, 18 Dec 2001 15:26:18 +0000 (15:26 +0000)]
p4raw-id: //depot/perl@13758

t/lib/warnings/utf8

index fa7041b..d2ac06f 100644 (file)
@@ -30,8 +30,8 @@ my $a = "sn
     my $a = "snøstorm";
 }
 EXPECT
-Malformed UTF-8 character (unexpected non-continuation byte 0x73 after start byte 0xf8) at - line 9.
-Malformed UTF-8 character (unexpected non-continuation byte 0x73 after start byte 0xf8) at - line 14.
+Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xf8) at - line 9.
+Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xf8) at - line 14.
 ########
 use warnings 'utf8';
 my $surr = chr(0xD800);