[Pkg-javascript-commits] [node-shell-quote] 103/137: all the falseys test
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 19:19:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-shell-quote.
commit c99dca59dca64743877a0411d299ce669f0a2d1d
Author: James Halliday <mail at substack.net>
Date: Sun Jul 20 14:26:13 2014 -0700
all the falseys test
---
test/quote.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/quote.js b/test/quote.js
index f1db2ed..2a9c1b0 100644
--- a/test/quote.js
+++ b/test/quote.js
@@ -13,6 +13,7 @@ test('quote', function (t) {
);
t.equal(quote([]), '');
t.equal(quote([ 'a', 1, true, false ]), 'a 1 true false');
+ t.equal(quote([ 'a', 1, null, undefined ]), 'a 1 null undefined');
t.end();
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-shell-quote.git
More information about the Pkg-javascript-commits
mailing list