mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Remove BOM from _.trim test.
This commit is contained in:
@@ -11411,7 +11411,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('`_.' + methodName + '` should not remove non-whitespace characters', 1, function() {
|
test('`_.' + methodName + '` should not remove non-whitespace characters', 1, function() {
|
||||||
var problemChars = '\x85\u200b\ufffe',
|
var problemChars = '\x85\u200b',
|
||||||
string = problemChars + 'a b c' + problemChars;
|
string = problemChars + 'a b c' + problemChars;
|
||||||
|
|
||||||
strictEqual(func(string), string);
|
strictEqual(func(string), string);
|
||||||
|
|||||||
Reference in New Issue
Block a user