mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
vsnprintf: Added more unit tests.
This commit is contained in:
@@ -152,7 +152,7 @@ TEST_CASE("toString int32_t/uint32_t", "")
|
||||
TEST_CASE("toString double", "")
|
||||
{
|
||||
REQUIRE(testToString(0.0, "0.0") );
|
||||
REQUIRE(testToString(-0.0, "0.0") );
|
||||
REQUIRE(testToString(-0.0, "-0.0") );
|
||||
REQUIRE(testToString(1.0, "1.0") );
|
||||
REQUIRE(testToString(-1.0, "-1.0") );
|
||||
REQUIRE(testToString(1.2345, "1.2345") );
|
||||
|
||||
Reference in New Issue
Block a user