mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Test 'h' specifier.
This commit is contained in:
@@ -348,8 +348,8 @@ TEST(PrintfTest, Length) {
|
|||||||
EXPECT_EQ("255", sprintf_int<unsigned char>("%hhu", UCHAR_MAX));
|
EXPECT_EQ("255", sprintf_int<unsigned char>("%hhu", UCHAR_MAX));
|
||||||
TestLength<signed char>("hh");
|
TestLength<signed char>("hh");
|
||||||
TestLength<unsigned char>("hh");
|
TestLength<unsigned char>("hh");
|
||||||
//TestLength<short>("h");
|
TestLength<short>("h");
|
||||||
//TestLength<unsigned short>("h");
|
TestLength<unsigned short>("h");
|
||||||
//TestLength<long>("l");
|
//TestLength<long>("l");
|
||||||
//TestLength<unsigned long>("l");
|
//TestLength<unsigned long>("l");
|
||||||
// TODO: more tests
|
// TODO: more tests
|
||||||
|
Reference in New Issue
Block a user