From: Jarkko Hietaniemi Date: Wed, 15 Nov 2000 03:39:14 +0000 (+0000) Subject: Linenumber fix. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bfddb3de588d752d712dd22a7e2699b224f6f42;p=p5sagit%2Fp5-mst-13.2.git Linenumber fix. p4raw-id: //depot/perl@7697 --- diff --git a/t/pragma/warn/utf8 b/t/pragma/warn/utf8 index 8d6d7db..adc10c6 100644 --- a/t/pragma/warn/utf8 +++ b/t/pragma/warn/utf8 @@ -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. ########