Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: third_party/WebKit/Source/platform/fonts/CharacterTest.cpp

Issue 1805673004: Include U+FE50-FE6F in isCJKIdeographOrSymbol() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/fonts/CharacterTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/CharacterTest.cpp b/third_party/WebKit/Source/platform/fonts/CharacterTest.cpp
index eaed51cccbb75244c6c139d0872aca94d201983a..4f0b86256dd6616e6e682f2484ea3b201e1beb16 100644
--- a/third_party/WebKit/Source/platform/fonts/CharacterTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/CharacterTest.cpp
@@ -322,7 +322,7 @@ TEST(CharacterTest, TestIsCJKIdeographOrSymbol)
EXPECT_TRUE(Character::isCJKIdeographOrSymbol(0x33FF));
TestSpecificUChar32RangeIdeographSymbol(0xF860, 0xF862);
- TestSpecificUChar32RangeIdeographSymbol(0xFE30, 0xFE4F);
+ TestSpecificUChar32RangeIdeographSymbol(0xFE30, 0xFE6F);
EXPECT_TRUE(Character::isCJKIdeographOrSymbol(0xFE10));
EXPECT_TRUE(Character::isCJKIdeographOrSymbol(0xFE11));

Powered by Google App Engine
This is Rietveld 408576698