diff options
author | 2019-12-30 02:13:39 +0000 | |
---|---|---|
committer | 2019-12-30 02:13:39 +0000 | |
commit | b46d8ef224b95de1dddcd1f01c1ab482f0ab3778 (patch) | |
tree | d2f52131b958c4ff07ad63ffe82dc041240a20f0 /gnu/usr.bin/perl/t/lib/warnings/utf8 | |
parent | Import perl-5.30.1 (diff) | |
download | wireguard-openbsd-b46d8ef224b95de1dddcd1f01c1ab482f0ab3778.tar.xz wireguard-openbsd-b46d8ef224b95de1dddcd1f01c1ab482f0ab3778.zip |
Fix merge issues, remove excess files - match perl-5.30.1 dist
Timing is good deraadt@, OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/warnings/utf8')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/warnings/utf8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/lib/warnings/utf8 b/gnu/usr.bin/perl/t/lib/warnings/utf8 index a9a6388d31e..49fa4e404f4 100644 --- a/gnu/usr.bin/perl/t/lib/warnings/utf8 +++ b/gnu/usr.bin/perl/t/lib/warnings/utf8 @@ -782,4 +782,5 @@ use warnings 'utf8'; for(uc 0..t){0~~pack"UXc",exp} EXPECT OPTIONS regex -Malformed UTF-8 character: \\x([[:xdigit:]]{2})\\x([[:xdigit:]]{2}) \(unexpected non-continuation byte 0x\2, immediately after start byte 0x\1; need 2 bytes, got 1\) in smart match at - line 9. +Malformed UTF-8 character: \\x([[:xdigit:]]{2})\\x([[:xdigit:]]{2}) \(unexpected non-continuation byte 0x\2, immediately after start byte 0x\1; need 2 bytes, got 1\) in pack at - line 9. +Malformed UTF-8 character \(fatal\) at - line 9. |