Chromium Code Reviews

Unified Diff: test/webkit/fast/js/string-capitalization-expected.txt

Issue 2588963002: Turn on icu_case_mapping by default (Closed)
Patch Set: tighten up comparison ops Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/webkit/fast/js/string-capitalization-expected.txt
diff --git a/test/webkit/fast/js/string-capitalization-expected.txt b/test/webkit/fast/js/string-capitalization-expected.txt
index 817db11133877c49a659d52b7a1254562d97a2b1..8d23c0e1f94929b16d0d64b7bbf9f22251363aca 100644
--- a/test/webkit/fast/js/string-capitalization-expected.txt
+++ b/test/webkit/fast/js/string-capitalization-expected.txt
@@ -26,8 +26,8 @@ This test checks that toLowerCase and toUpperCase handle certain non-trivial cas
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL String("A𐐀").toLowerCase() should be a𐐨. Was a𐐀.
-FAIL String("a𐐨").toUpperCase() should be A𐐀. Was A𐐨.
+PASS String("A𐐀").toLowerCase() is "a𐐨"
+PASS String("a𐐨").toUpperCase() is "A𐐀"
PASS String("ΚΟΣΜΟΣ ΚΟΣΜΟΣ").toLowerCase() is "κοσμος κοσμος"
PASS String("ß").toUpperCase() is "SS"
PASS String("ʼn").toUpperCase() is "ʼN"
« src/js/i18n.js ('K') | « src/js/i18n.js ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine