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

Unified Diff: Source/platform/text/UnicodeUtilitiesTest.cpp

Issue 1119663002: Making Unicode character names consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase patch Created 5 years, 7 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
« no previous file with comments | « Source/platform/text/UnicodeUtilities.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/UnicodeUtilitiesTest.cpp
diff --git a/Source/platform/text/UnicodeUtilitiesTest.cpp b/Source/platform/text/UnicodeUtilitiesTest.cpp
index 7c5be3dbd1c23b185541e8880b6d7e5d83504146..4014269173d398928a94999de4ff3747e6ff42c4 100644
--- a/Source/platform/text/UnicodeUtilitiesTest.cpp
+++ b/Source/platform/text/UnicodeUtilitiesTest.cpp
@@ -129,9 +129,9 @@ TEST(WebCoreUnicodeUnit, ContainsKanaLetters)
TEST(WebCoreUnicodeUnit, FoldQuoteMarkOrSoftHyphenTest)
{
const UChar charactersToFold[] = {
- hebrewPunctuationGershayim, leftDoubleQuotationMark, rightDoubleQuotationMark,
- hebrewPunctuationGeresh, leftSingleQuotationMark, rightSingleQuotationMark,
- softHyphen
+ hebrewPunctuationGershayimCharacter, leftDoubleQuotationMarkCharacter, rightDoubleQuotationMarkCharacter,
+ hebrewPunctuationGereshCharacter, leftSingleQuotationMarkCharacter, rightSingleQuotationMarkCharacter,
+ softHyphenCharacter
};
String stringToFold(charactersToFold, WTF_ARRAY_LENGTH(charactersToFold));
« no previous file with comments | « Source/platform/text/UnicodeUtilities.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698