Add test for crawling functions with _.result.

This commit is contained in:
John-David Dalton
2016-03-23 22:43:16 -07:00
parent 9674d67693
commit 1670800df3
2 changed files with 15 additions and 7 deletions

View File

@@ -12287,6 +12287,7 @@
var index = -1,
length = path.length;
// Ensure the loop is entered when path is empty.
if (!length) {
object = undefined;
length = 1;