[Pkg-javascript-commits] [node-shell-quote] 74/137: failing test for quotes embedded inside barewords

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:19:41 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 d997384018ce107ab8e12aa5b8d8359c2f77128b
Author: James Halliday <mail at substack.net>
Date:   Wed May 15 11:20:18 2013 -0700

    failing test for quotes embedded inside barewords
---
 test/parse.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/parse.js b/test/parse.js
index 075f1f8..d5bbc8f 100644
--- a/test/parse.js
+++ b/test/parse.js
@@ -13,6 +13,7 @@ test('parse shell commands', function (t) {
     t.same(parse(''), []);
     t.same(parse(' '), []);
     t.same(parse("\t"), []);
+    t.same(parse('a"b c d"e'), [ 'ab c de' ]);
     
     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