mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-02 07:01:58 +01:00
Handle negative exponent and nonnegative power
This commit is contained in:
@@ -63,4 +63,5 @@ TEST(GrisuTest, Fallback) {
|
||||
fmt::format("{}", 5.423717798060526e+125));
|
||||
EXPECT_EQ("1.372371880954233e-288",
|
||||
fmt::format("{}", 1.372371880954233e-288));
|
||||
EXPECT_EQ("55388492.622190244", fmt::format("{}", 55388492.622190244));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user