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

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: Code changes to correct Test Expectation 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
Index: Source/platform/text/UnicodeUtilitiesTest.cpp
diff --git a/Source/platform/text/UnicodeUtilitiesTest.cpp b/Source/platform/text/UnicodeUtilitiesTest.cpp
index 7c5be3dbd1c23b185541e8880b6d7e5d83504146..3be0c189f6e47f7092058fa9f13f80f2c25b1650 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
+ characterHebrewPunctuationGershayim, characterLeftDoubleQuotationMark, characterRightDoubleQuotationMark,
+ characterHebrewPunctuationGeresh, characterLeftSingleQuotationMark, characterRightSingleQuotationMark,
+ characterSoftHyphen
};
String stringToFold(charactersToFold, WTF_ARRAY_LENGTH(charactersToFold));

Powered by Google App Engine
This is Rietveld 408576698