[Pkg-javascript-commits] [node-shell-quote] 115/137: fix whitespace

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:19:44 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 72fb5a8ce29b4f67f28302af33c217b58f92e260
Author: James Halliday <mail at substack.net>
Date:   Fri Jun 17 15:47:25 2016 -0500

    fix whitespace
---
 test/quote.js | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/test/quote.js b/test/quote.js
index 0752ef2..05f9ac5 100644
--- a/test/quote.js
+++ b/test/quote.js
@@ -11,16 +11,16 @@ test('quote', function (t) {
         quote([ '$', '`', '\'' ]),
         '\\$ \\` "\'"'
     );
-    t.equal(quote([]), '');                                                                                                                                                                                                                                                                                                                   
-    t.equal(quote(["a\nb"]), "'a\nb'");                                                                                                                                                                                                                                                                                                       
-    t.equal(quote([' #(){}*|][!']), "' #(){}*|][!'");                                                                                                                                                                                                                                                                                         
-    t.equal(quote(["'#(){}*|][!"]), '"\'#(){}*|][\\!"');                                                                                                                                                                                                                                                                                      
-    t.equal(quote(["X#(){}*|][!"]), "X\\#\\(\\)\\{\\}\\*\\|\\]\\[\\!");                                                                                                                                                                                                                                                                       
-    t.equal(quote(["a\n#\nb"]), "'a\n#\nb'");                                                                                                                                                                                                                                                                                                 
-    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();  
+    t.equal(quote([]), '');
+    t.equal(quote(["a\nb"]), "'a\nb'");
+    t.equal(quote([' #(){}*|][!']), "' #(){}*|][!'");
+    t.equal(quote(["'#(){}*|][!"]), '"\'#(){}*|][\\!"');
+    t.equal(quote(["X#(){}*|][!"]), "X\\#\\(\\)\\{\\}\\*\\|\\]\\[\\!");
+    t.equal(quote(["a\n#\nb"]), "'a\n#\nb'");
+    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();
 });
 
 test('quote ops', function (t) {

-- 
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