[Pkg-javascript-commits] [node-shell-quote] 13/137: failing test for: echo "foo = \"foo\""

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:19:35 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 8dbb2803136a2f7643e7e66b2d6b95f9adfbfd41
Author: James Halliday <mail at substack.net>
Date:   Mon May 28 15:55:23 2012 -0700

    failing test for: echo "foo = \"foo\""
---
 test/parse.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/parse.js b/test/parse.js
index 63cd001..7a9de19 100644
--- a/test/parse.js
+++ b/test/parse.js
@@ -9,6 +9,7 @@ test('parse shell commands', function (t) {
     );
     t.same(parse('a b\\ c d'), [ 'a', 'b c', 'd' ]);
     t.same(parse('\\$beep bo\\`op'), [ '$beep', 'bo`op' ]);
+    t.same(parse('echo "foo = \"foo\""'), [ 'echo', 'foo = "foo"' ]);
     
     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