Skip to content

Commit

Permalink
all the falseys test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jul 20, 2014
1 parent d435827 commit c99dca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/quote.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

Expand Down

0 comments on commit c99dca5

Please sign in to comment.