mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
More tests
This commit is contained in:
parent
7967c2f874
commit
dfdb1adea5
@ -1870,4 +1870,6 @@ TEST(FormatTest, FormatStringErrors) {
|
||||
#endif
|
||||
EXPECT_ERROR("{foo", "missing '}' in format string", int);
|
||||
EXPECT_ERROR("{10000000000}", "number is too big");
|
||||
EXPECT_ERROR("{0x}", "invalid format string");
|
||||
EXPECT_ERROR("{-}", "invalid format string");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user