PT-1205 - LP #1275034: pt-table-sync reports 'wide character in print' and terminates

- Added binmode :utf8 for STDERR
- Added test case for PT-1205
- Run update-modules
This commit is contained in:
Sveta Smirnova
2024-03-22 00:37:07 +03:00
parent 1ad44e04da
commit 37ca3d2d49
23 changed files with 124 additions and 2 deletions

View File

@@ -53,13 +53,13 @@ like(
$output,
qr/😜/,
'Smiley character successfully printed in the output'
);
) or diag($output);
unlike(
$output,
qr/Wide character in print at/,
'Smiley character did not cause error'
);
) or diag($output);
# #############################################################################
# Done.