mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Minor test label nit of param to argument.
This commit is contained in:
@@ -17652,7 +17652,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test('should support the legacy `options` param signature', function(assert) {
|
QUnit.test('should support the legacy `options` argument signature', function(assert) {
|
||||||
assert.expect(1);
|
assert.expect(1);
|
||||||
|
|
||||||
var compiled = _.template('<%= data.a %>', null, { 'variable': 'data' }),
|
var compiled = _.template('<%= data.a %>', null, { 'variable': 'data' }),
|
||||||
|
|||||||
Reference in New Issue
Block a user