mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
draft
This commit is contained in:
6
node_modules/minimist/test/dotted.js
generated
vendored
6
node_modules/minimist/test/dotted.js
generated
vendored
@@ -14,3 +14,9 @@ test('dotted default', function (t) {
|
||||
t.equal(argv.aa.bb, 11);
|
||||
t.end();
|
||||
});
|
||||
|
||||
test('dotted default with no alias', function (t) {
|
||||
var argv = parse('', {default: {'a.b': 11}});
|
||||
t.equal(argv.a.b, 11);
|
||||
t.end();
|
||||
});
|
||||
|
Reference in New Issue
Block a user