Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2016-08-25 13:47:39 +0300
committerMark Pulford <mark@kyne.com.au>2016-08-25 13:47:39 +0300
commit2c671b28e4c6a188fba5ef17f8d8c43953dbd366 (patch)
tree360394cd30eb86ccfb2954dfa31682960dddc758 /tests
parent1f3857a0785c1490c7ed23bfaf745b750b84683a (diff)
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.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/genutf8.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/genutf8.pl b/tests/genutf8.pl
index db661a1..c79f238 100755
--- a/tests/genutf8.pl
+++ b/tests/genutf8.pl
@@ -6,6 +6,7 @@
# cff03b039d850f370a7362f3313e5268
use strict;
+no warnings 'nonchar';
# 0xD800 - 0xDFFF are used to encode supplementary codepoints
# 0x10000 - 0x10FFFF are supplementary codepoints