mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
draft
This commit is contained in:
2
node_modules/minimist/test/parse_modified.js
generated
vendored
2
node_modules/minimist/test/parse_modified.js
generated
vendored
@@ -5,5 +5,5 @@ test('parse with modifier functions' , function (t) {
|
||||
t.plan(1);
|
||||
|
||||
var argv = parse([ '-b', '123' ], { boolean: 'b' });
|
||||
t.deepEqual(argv, { b: true, _: ['123'] });
|
||||
t.deepEqual(argv, { b: true, _: [123] });
|
||||
});
|
||||
|
Reference in New Issue
Block a user