From e88419837bfb2112193a37222f2ae76ec2614b27 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Sun, 8 Jan 2012 14:59:48 -0600 Subject: [PATCH] Adjust number ranges to show bignum support Looks like there's a slight difference in the number of significant digits supported across platforms in strtod. This just adds a couple to force it into the bignum code. --- test/003-numbers.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/003-numbers.t b/test/003-numbers.t index 42d26fd..70cc6ee 100755 --- a/test/003-numbers.t +++ b/test/003-numbers.t @@ -31,9 +31,9 @@ good() -> <<"1.2345678901234568502e+27">> }, { - <<"1234567890123456789012345E2">>, - 123456789012345678901234500, - <<"123456789012345678901234500">> + <<"1234567890123456789012345012">>, + 1234567890123456789012345012, + <<"1234567890123456789012345012">> }, { <<"0.000000000000000000000000000000000001">>,