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

Unified Diff: components/url_formatter/url_formatter_unittest.cc

Issue 2447513002: Update ICU to 58.1 (Closed)
Patch Set: fix a typo in html comment Created 4 years, 1 month 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: components/url_formatter/url_formatter_unittest.cc
diff --git a/components/url_formatter/url_formatter_unittest.cc b/components/url_formatter/url_formatter_unittest.cc
index 0af2b1f67c60a591bbb59edcebe3d5cca0d9fddf..72613345743cf1cc654bd319a75d834e4e5d243c 100644
--- a/components/url_formatter/url_formatter_unittest.cc
+++ b/components/url_formatter/url_formatter_unittest.cc
@@ -190,6 +190,11 @@ const IDNTestCase idn_cases[] = {
// Mixed script confusable
// google with Armenian Small Letter Oh(U+0585)
{"xn--gogle-lkg.com", L"g\x0585ogle.com", false},
+ {"xn--range-kkg.com", L"\x0585range.com", false},
+ {"xn--cucko-pkg.com", L"cucko\x0585.com", false},
+ // Latin 'o' in Armenian.
+ {"xn--o-ybcg0cu0cq.com",
+ L"o\x0585\x0580\x0574\x0578\x0582\x0566\x0568.com", false},
// Hiragana HE(U+3078) mixed with Katakana
{"xn--49jxi3as0d0fpc.com",
L"\x30e2\x30d2\x30fc\x30c8\x3078\x30d6\x30f3.com", false},

Powered by Google App Engine
This is Rietveld 408576698