mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
more tests
This commit is contained in:
parent
d356b70c3f
commit
338df4e2ac
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ my @values = qw/
|
|||
0000002200000517
|
||||
0000001e00000517
|
||||
00002.000
|
||||
test 01234test -test +test
|
||||
0.123e 0.123e+
|
||||
0. .123
|
||||
-1 -1.0 -1.0e-001 -0000 -0101 -002.00
|
||||
+1 +1.0 +1.0e-001 +0000 +0101 +002.00
|
||||
/;
|
||||
|
||||
plan tests => @values * 2 + 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue