From 35db0be700d6c49cd595f20616c4375215f2c7c6 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 23 Mar 2021 09:17:33 -0400 Subject: [PATCH] Adding test corresponding to https://github.com/wrandelshofer/FastDoubleParser/issues/7 --- tests/basictest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/basictest.cpp b/tests/basictest.cpp index 9dd3fb4..fb99297 100644 --- a/tests/basictest.cpp +++ b/tests/basictest.cpp @@ -398,6 +398,7 @@ TEST_CASE("64bit.inf") { } TEST_CASE("64bit.general") { + verify("-2.2222222222223e-322",-0x1.68p-1069); verify("9007199254740993.0", 0x1p+53); verify("860228122.6654514319E+90", 0x1.92bb20990715fp+328); verify(append_zeros("9007199254740993.0",1000), 0x1p+53);