Expose _.replace and _.split.

This commit is contained in:
John-David Dalton
2015-12-11 19:36:31 -08:00
parent f132c0024f
commit ff4143b482
2 changed files with 51 additions and 4 deletions

View File

@@ -22596,7 +22596,7 @@
var acceptFalsey = lodashStable.difference(allMethods, rejectFalsey);
QUnit.test('should accept falsey arguments', function(assert) {
assert.expect(283);
assert.expect(285);
var emptyArrays = lodashStable.map(falsey, lodashStable.constant([]));