1
0
Fork 0
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:
Kenichi Ishigaki 2010-06-17 02:27:39 +00:00
parent d356b70c3f
commit 338df4e2ac

View file

@ -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;