mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Comment.
This commit is contained in:
@ -368,8 +368,7 @@ TEST(PrintfTest, Length) {
|
|||||||
long double max = std::numeric_limits<long double>::max();
|
long double max = std::numeric_limits<long double>::max();
|
||||||
EXPECT_PRINTF(fmt::format("{}", max), "%g", max);
|
EXPECT_PRINTF(fmt::format("{}", max), "%g", max);
|
||||||
EXPECT_PRINTF(fmt::format("{}", max), "%Lg", max);
|
EXPECT_PRINTF(fmt::format("{}", max), "%Lg", max);
|
||||||
EXPECT_GT(sizeof(fmt::LongLong), sizeof(int));
|
// TODO: test char, string
|
||||||
// TODO: test 'L'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: test type specifier
|
// TODO: test type specifier
|
||||||
|
Reference in New Issue
Block a user