1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 22:58:17 -04:00

more tests

This commit is contained in:
Kenichi Ishigaki 2010-06-17 03:09:13 +00:00
parent 2c973413b6
commit 83a204db9e

View file

@ -28,6 +28,9 @@ my @values = qw/
-9223372036854775807 +9223372036854775806 -9223372036854775807 +9223372036854775806
-9223372036854775808 +9223372036854775807 -9223372036854775808 +9223372036854775807
-9223372036854775809 +9223372036854775808 -9223372036854775809 +9223372036854775808
-2147483646 + 2147483647
-2147483647 + 2147483648
-2147483648 + 2147483649
/; /;
plan tests => @values * 3 + 1; plan tests => @values * 3 + 1;