test: Remove extra commas.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 23 Apr 2013 07:56:29 +0000 (10:56 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 23 May 2013 18:17:47 +0000 (21:17 +0300)
test/binary-test.js
test/unit-test.js

index c1a9e61..0684aa3 100644 (file)
@@ -45,7 +45,7 @@ exports.commandsSuite = vows.describe('binary commands').addBatch({
     },
     'should output gzipping multiple files example': function(error, stdout) {
       assert.equal(stdout.indexOf('cat one.css two.css three.css | cleancss | gzip -9 -c > merged-minified-and-gzipped.css.gz') > -1, true);
-    },
+    }
   }),
   'version': binaryContext('-v', {
     'should output help': function(error, stdout) {
index 99611cb..f149ee6 100644 (file)
@@ -122,7 +122,7 @@ vows.describe('clean-units').addBatch({
     ],
     'whitespace in media queries': [
       '@media (   min-width: 980px ) {\n#page .span4 {\nwidth: 250px;\n}\n\n.row {\nmargin-left: -10px;\n}\n}',
-      '@media (min-width:980px){#page .span4{width:250px}.row{margin-left:-10px}}',
+      '@media (min-width:980px){#page .span4{width:250px}.row{margin-left:-10px}}'
     ],
     'line breaks in media queries': [
       '@media\nonly screen and (max-width: 1319px) and (min--moz-device-pixel-ratio: 1.5),\nonly screen and (max-width: 1319px) and (-moz-min-device-pixel-ratio: 1.5)\n{ a { color:#000 } }',