it( 'true if incorrect quote style used: single', function() {
            app.state.conf = 'single'
            assert.ok( quoteTest( '', '$var = "test string" ' ) )
            assert.ok( quoteTest( '', '.show-content( $content = "Hello!" )' ) )
            assert.ok( quoteTest( '', '.join-strings( $content1 = "Hello!", $content2 = \'World!\' )' ) )