summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/minimist/test/short.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/minimist/test/short.js')
-rw-r--r--deps/npm/node_modules/minimist/test/short.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/node_modules/minimist/test/short.js b/deps/npm/node_modules/minimist/test/short.js
index ac18880f1e..d513a1c252 100644
--- a/deps/npm/node_modules/minimist/test/short.js
+++ b/deps/npm/node_modules/minimist/test/short.js
@@ -43,7 +43,7 @@ test('short', function (t) {
);
t.end();
});
-
+
test('mixed short bool and capture', function (t) {
t.same(
parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]),
@@ -54,7 +54,7 @@ test('mixed short bool and capture', function (t) {
);
t.end();
});
-
+
test('short and long', function (t) {
t.deepEqual(
parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]),