Linenumber fix.
Jarkko Hietaniemi [Wed, 15 Nov 2000 03:39:14 +0000 (03:39 +0000)]
p4raw-id: //depot/perl@7697

t/pragma/warn/utf8

index 8d6d7db..adc10c6 100644 (file)
@@ -30,6 +30,6 @@ my $a = "sn
     my $a = "snøstorm";
 }
 EXPECT
-Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 3.
-Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 8.
+Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 9.
+Malformed UTF-8 character (unexpected non-continuation byte 0x73 after byte 0xf8) at - line 14.
 ########