mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +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() {
|
||||
var problemChars = '\x85\u200b\ufffe',
|
||||
var problemChars = '\x85\u200b',
|
||||
string = problemChars + 'a b c' + problemChars;
|
||||
|
||||
strictEqual(func(string), string);
|
||||
|
||||
Reference in New Issue
Block a user