Minor escapeRegExp test nit.

This commit is contained in:
John-David Dalton
2016-04-08 10:47:22 -07:00
parent f6ac7cb1a1
commit 057dd5b0a8

View File

@@ -5257,7 +5257,7 @@
QUnit.test('should handle strings with nothing to escape', function(assert) {
assert.expect(1);
assert.strictEqual(_.escapeRegExp('ghi'), 'ghi');
assert.strictEqual(_.escapeRegExp('abc'), 'abc');
});
QUnit.test('should return an empty string for empty values', function(assert) {