it( 'true if no space after commas', function() {
            assert.ok( commaTest( '', '0,0,0,.18' ) )
            assert.ok( commaTest( '', 'mixin( $param1,$param2 )' ) )
        } )