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

Unified Diff: test/mjsunit/whitespaces.js

Issue 2720953003: [unibrow] remove mongolian vowel separator as white space. (Closed)
Patch Set: fix webkit test expectations Created 3 years, 10 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 | « src/unicode.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/whitespaces.js
diff --git a/test/mjsunit/whitespaces.js b/test/mjsunit/whitespaces.js
index 78e4ad5d36af24bd711047b7545b338e31da2305..5b3c6c03f7c22d71de42d81eabd2135ddd070ac7 100644
--- a/test/mjsunit/whitespaces.js
+++ b/test/mjsunit/whitespaces.js
@@ -19,7 +19,6 @@ var whitespaces = [
// Unicode 6.3.0 whitespaces (category 'Zs')
0x1680, // Ogham Space Mark
- 0x180E, // Mongolian Vowel Separator
0x2000, // EN QUAD
0x2001, // EM QUAD
0x2002, // EN SPACE
« no previous file with comments | « src/unicode.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698