mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
more tests
This commit is contained in:
parent
2c973413b6
commit
83a204db9e
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ my @values = qw/
|
|||
-9223372036854775807 +9223372036854775806
|
||||
-9223372036854775808 +9223372036854775807
|
||||
-9223372036854775809 +9223372036854775808
|
||||
-2147483646 + 2147483647
|
||||
-2147483647 + 2147483648
|
||||
-2147483648 + 2147483649
|
||||
/;
|
||||
|
||||
plan tests => @values * 3 + 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue