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

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

Issue 2331303002: Use ICU for ID_START and ID_CONTINUE for Unicode 9 data (Closed)
Patch Set: drop an unnecessary todo Created 3 years, 6 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 | « test/webkit/parseFloat.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/parseFloat-expected.txt
diff --git a/test/webkit/parseFloat-expected.txt b/test/webkit/parseFloat-expected.txt
index c863aeb6d2cbee6c87ff3780d979caead6c83b59..b530ce49c9796104393acc0e26760f9214343f96 100644
--- a/test/webkit/parseFloat-expected.txt
+++ b/test/webkit/parseFloat-expected.txt
@@ -55,7 +55,7 @@ PASS parseFloat(lf + '1') is 1
PASS parseFloat(ls + '1') is 1
PASS parseFloat(ps + '1') is 1
PASS parseFloat(oghamSpaceMark + '1') is 1
-FAIL parseFloat(mongolianVowelSeparator + '1') should be 1. Was NaN.
+PASS parseFloat(mongolianVowelSeparator + '1') is NaN
PASS parseFloat(enQuad + '1') is 1
PASS parseFloat(emQuad + '1') is 1
PASS parseFloat(enSpace + '1') is 1
« no previous file with comments | « test/webkit/parseFloat.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698