This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Return REPLACEMENT for UTF-8 empty malformation
[perl5.git] / ext / XS-APItest / t / utf8.t
index 7d640b1..e8ed76e 100644 (file)
@@ -1202,7 +1202,7 @@ my @malformations = (
 
 # Now considered a program bug, and asserted against
     #[ "zero length string malformation", "", 0,
 
 # Now considered a program bug, and asserted against
     #[ "zero length string malformation", "", 0,
-    #    $UTF8_ALLOW_EMPTY, $UTF8_GOT_EMPTY, 0, 0, 0,
+    #    $UTF8_ALLOW_EMPTY, $UTF8_GOT_EMPTY, $REPLACEMENT, 0, 0,
     #    qr/empty string/
     #],
     [ "orphan continuation byte malformation", I8_to_native("${I8c}a"), 2,
     #    qr/empty string/
     #],
     [ "orphan continuation byte malformation", I8_to_native("${I8c}a"), 2,