Index: test/mjsunit/third_party/string-trim.js |
diff --git a/test/mjsunit/third_party/string-trim.js b/test/mjsunit/third_party/string-trim.js |
index 234dff6dcd7608a0dcf0e3c26a7291d92b3a15f5..44a7a9d829fb84e3eab40e413bf315e57a9f82dd 100644 |
--- a/test/mjsunit/third_party/string-trim.js |
+++ b/test/mjsunit/third_party/string-trim.js |
@@ -66,7 +66,8 @@ var whitespace = [ |
{s : '\u3000', t : 'IDEOGRAPHIC SPACE'}, |
{s : '\u2028', t : 'LINE SEPARATOR'}, |
{s : '\u2029', t : 'PARAGRAPH SEPARATOR'}, |
- {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'} |
+ // \u200B is not a whitespace character according to Unicode 6.3.0. |
+ // {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'} |
]; |
for (var i = 0; i < whitespace.length; i++) { |