mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +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) {
|
QUnit.test('should handle strings with nothing to escape', function(assert) {
|
||||||
assert.expect(1);
|
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) {
|
QUnit.test('should return an empty string for empty values', function(assert) {
|
||||||
|
|||||||
Reference in New Issue
Block a user