it( 'false if no mixed spaces and tabs found: tabs preferred', function() {
            app.config.indentPref = 'tabs'
            assert.equal( false, mixed( '', '    margin 0' ) )
        } )