merging
This commit is contained in:
parent
5cd213ea5e
commit
c13ab6003b
|
@ -67,8 +67,8 @@ TEST(IsXDigitTest, WorksForNarrowAscii) {
|
|||
}
|
||||
|
||||
TEST(IsXDigitTest, ReturnsFalseForNarrowNonAscii) {
|
||||
EXPECT_FALSE(IsXDigit(static_cast<char>(0x80)));
|
||||
EXPECT_FALSE(IsXDigit(static_cast<char>('0' | 0x80)));
|
||||
EXPECT_FALSE(IsXDigit(static_cast<char>('\x80')));
|
||||
EXPECT_FALSE(IsXDigit(static_cast<char>('0' | '\x80')));
|
||||
}
|
||||
|
||||
TEST(IsXDigitTest, WorksForWideAscii) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user