Make the UTF-8 decoding stricter and more verbose when
[p5sagit/p5-mst-13.2.git] / t / pragma / warn / utf8
index 6a2fe54..012c655 100644 (file)
@@ -24,6 +24,6 @@ my $a = "sn
     my $a = "snøstorm";
 }
 EXPECT
-Malformed UTF-8 character at - line 3.
-Malformed UTF-8 character at - line 8.
+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.
 ########