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