mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 17:26:51 +08:00
Adding test corresponding to https://github.com/wrandelshofer/FastDoubleParser/issues/7
This commit is contained in:
parent
5bc86427c8
commit
35db0be700
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user