mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-11 21:38:05 +00:00
Comment.
This commit is contained in:
parent
186734cf8b
commit
39ac84f01e
@ -368,8 +368,7 @@ TEST(PrintfTest, Length) {
|
||||
long double max = std::numeric_limits<long double>::max();
|
||||
EXPECT_PRINTF(fmt::format("{}", max), "%g", max);
|
||||
EXPECT_PRINTF(fmt::format("{}", max), "%Lg", max);
|
||||
EXPECT_GT(sizeof(fmt::LongLong), sizeof(int));
|
||||
// TODO: test 'L'
|
||||
// TODO: test char, string
|
||||
}
|
||||
|
||||
// TODO: test type specifier
|
||||
|
Loading…
Reference in New Issue
Block a user