blob: acf7f33cfe53bf7189b85c1a7d6ab732e0e0d51f [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.5.4.20-4-41
description: >
String.prototype.trim handles whitepace and lineterminators
(ab\u200Bc)
---*/
assert.sameValue("ab\u200Bc".trim(), "ab\u200Bc", '"ab\u200Bc".trim()');