Add _.toLower and _.toUpper.

This commit is contained in:
John-David Dalton
2015-10-08 21:50:30 -07:00
parent d9fc0f1e37
commit 150bd32f97
2 changed files with 56 additions and 6 deletions

View File

@@ -20991,7 +20991,9 @@
'some',
'startsWith',
'toInteger',
'toLower',
'toString',
'toUpper',
'trim',
'trimLeft',
'trimRight',
@@ -21236,7 +21238,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey);
QUnit.test('should accept falsey arguments', function(assert) {
assert.expect(253);
assert.expect(255);
var emptyArrays = _.map(falsey, _.constant([]));