mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
skip no warnings test because it's known to fail under perl >= 5.22 and non-utf8 locale (RT-112220)
This commit is contained in:
parent
90dc44a63b
commit
bb93e93884
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ BEGIN {
|
|||
plan skip_all => 'Unicode is not supported before 5.8.5';
|
||||
}
|
||||
}
|
||||
use Test::NoWarnings;
|
||||
#use Test::NoWarnings; # see RT#112220
|
||||
|
||||
# special case for multibyte (non-ASCII) character class,
|
||||
# which only works correctly under the unicode mode
|
||||
|
@ -21,7 +21,7 @@ my @words = ("\x{e3}\x{83}\x{86}\x{e3}\x{82}\x{b9}\x{e3}\x{83}\x{88}", "\x{e3}\x
|
|||
|
||||
my $regex = "\x{e3}\x{83}\x{86}[\x{e3}\x{82}\x{b9}\x{e3}\x{83}\x{b3}]\x{e3}\x{83}\x{88}"; # テ[スン]ト
|
||||
|
||||
plan tests => 2 * 2 * @CALL_FUNCS + 1;
|
||||
plan tests => 2 * 2 * @CALL_FUNCS;
|
||||
|
||||
foreach my $call_func (@CALL_FUNCS) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue