mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-09 03:06:49 +08:00
Test hh specifier with unsigned char.
This commit is contained in:
parent
e22d657202
commit
3465d056e7
@ -347,7 +347,7 @@ TEST(PrintfTest, Length) {
|
|||||||
EXPECT_EQ("-1", sprintf_int<unsigned char>("%hhd", UCHAR_MAX));
|
EXPECT_EQ("-1", sprintf_int<unsigned char>("%hhd", UCHAR_MAX));
|
||||||
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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user