mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Fix typo and fail in _.isMatch test.
This commit is contained in:
@@ -7476,13 +7476,11 @@
|
||||
deepEqual(actual, [objects[1]]);
|
||||
|
||||
map['delete']('b');
|
||||
sourece = { 'a': map };
|
||||
actual = _.filter(objects, predicate);
|
||||
|
||||
deepEqual(actual, objects);
|
||||
|
||||
map.set('c', 3);
|
||||
source = { 'a': map };
|
||||
actual = _.filter(objects, predicate);
|
||||
|
||||
deepEqual(actual, []);
|
||||
|
||||
Reference in New Issue
Block a user