blob: 756aad46c597d97342cf6c101fa2262e28fa3353 [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-16
description: >
String.prototype.trim handles whitepace and lineterminators
(abc\u00A0)
---*/
assert.sameValue("abc\u00A0".trim(), "abc", '"abc\u00A0".trim()');