Skip to content

Commit 2c671b2

Browse files
committed
Suppress test data generation warnings
Modern versions of Perl generate warnings, but the unit tests are currently designed to also test against the invalid UTF-8 characters.
1 parent 1f3857a commit 2c671b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/genutf8.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# cff03b039d850f370a7362f3313e5268
77

88
use strict;
9+
no warnings 'nonchar';
910

1011
# 0xD800 - 0xDFFF are used to encode supplementary codepoints
1112
# 0x10000 - 0x10FFFF are supplementary codepoints

0 commit comments

Comments
 (0)