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

Unified Diff: test/webkit/ToNumber-expected.txt

Issue 2331303002: Use ICU for ID_START and ID_CONTINUE for Unicode 9 data (Closed)
Patch Set: Refers to PropList.txt for Other_ID_{Start,Continue} Created 3 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: test/webkit/ToNumber-expected.txt
diff --git a/test/webkit/ToNumber-expected.txt b/test/webkit/ToNumber-expected.txt
index 818a18564a412908405ff30f95740202a482eff9..875e0aec0a2e582eda2b2ca12f35fe1f718bdd5f 100644
--- a/test/webkit/ToNumber-expected.txt
+++ b/test/webkit/ToNumber-expected.txt
@@ -77,7 +77,7 @@ PASS +lf is 0
PASS +ls is 0
PASS +ps is 0
PASS +oghamSpaceMark is 0
-FAIL +mongolianVowelSeparator should be 0. Was NaN.
+PASS +mongolianVowelSeparator is NaN
PASS +enQuad is 0
PASS +emQuad is 0
PASS +enSpace is 0
@@ -101,7 +101,7 @@ PASS +(lf + '1') is 1
PASS +(ls + '1') is 1
PASS +(ps + '1') is 1
PASS +(oghamSpaceMark + '1') is 1
-FAIL +(mongolianVowelSeparator + '1') should be 1. Was NaN.
+PASS +(mongolianVowelSeparator + '1') is NaN
PASS +(enQuad + '1') is 1
PASS +(emQuad + '1') is 1
PASS +(enSpace + '1') is 1
@@ -125,7 +125,7 @@ PASS +('1' + lf) is 1
PASS +('1' + ls) is 1
PASS +('1' + ps) is 1
PASS +('1' + oghamSpaceMark) is 1
-FAIL +('1' + mongolianVowelSeparator) should be 1. Was NaN.
+PASS +('1' + mongolianVowelSeparator) is NaN
PASS +('1' + enQuad) is 1
PASS +('1' + emQuad) is 1
PASS +('1' + enSpace) is 1

Powered by Google App Engine
This is Rietveld 408576698