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