mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed issue #267.
This commit is contained in:
@@ -333,6 +333,7 @@ TEST_CASE("toString double", "")
|
||||
REQUIRE(testToString(-270.000000, "-270.0") );
|
||||
REQUIRE(testToString(2.225073858507201e-308, "2.225073858507201e-308") );
|
||||
REQUIRE(testToString(-79.39773355813419, "-79.39773355813419") );
|
||||
REQUIRE(testToString(-1.234567e-9, "-1.234567e-9") );
|
||||
}
|
||||
|
||||
template<typename Ty>
|
||||
|
||||
Reference in New Issue
Block a user