mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
Minor escapeRegExp test nit.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user