mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-01 03:34:45 +02:00
Test ArgList
This commit is contained in:
@@ -243,6 +243,11 @@ TEST(ArgTest, MakeArg) {
|
||||
EXPECT_EQ("test", w.str());
|
||||
}
|
||||
|
||||
TEST(UtilTest, ArgList) {
|
||||
fmt::ArgList args;
|
||||
EXPECT_EQ(Arg::NONE, args[fmt::ArgList::MAX_ARGS].type);
|
||||
}
|
||||
|
||||
struct Result {
|
||||
Arg arg;
|
||||
|
||||
|
Reference in New Issue
Block a user