mirror of
https://github.com/google/googletest.git
synced 2025-03-10 09:16:48 +00:00
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…
x
Reference in New Issue
Block a user