Chromium Code Reviews

Unified Diff: test/webkit/parseFloat.js

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.
Jump to:
View side-by-side diff with in-line comments
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");

Powered by Google App Engine