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

Unified Diff: test/webkit/parseFloat.js

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/ToNumber-expected.txt ('k') | test/webkit/parseFloat-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/parseFloat.js
diff --git a/test/webkit/parseFloat.js b/test/webkit/parseFloat.js
index a52539a44f7695e0dba936b5150bfa48d81125b7..bdff274505442d68a866e08b5fae53b830bb4bff 100644
--- a/test/webkit/parseFloat.js
+++ b/test/webkit/parseFloat.js
@@ -81,7 +81,7 @@ shouldBe("parseFloat(lf + '1')", "1");
shouldBe("parseFloat(ls + '1')", "1");
shouldBe("parseFloat(ps + '1')", "1");
shouldBe("parseFloat(oghamSpaceMark + '1')", "1");
-shouldBe("parseFloat(mongolianVowelSeparator + '1')", "1");
+shouldBe("parseFloat(mongolianVowelSeparator + '1')", "NaN");
shouldBe("parseFloat(enQuad + '1')", "1");
shouldBe("parseFloat(emQuad + '1')", "1");
shouldBe("parseFloat(enSpace + '1')", "1");
« no previous file with comments | « test/webkit/ToNumber-expected.txt ('k') | test/webkit/parseFloat-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698