it( 'false if line comment doesnt have a space after it', function() {
            app.cache.comment = '//test'
            assert.equal( false, commentSpaceTest( '', '' ) )
        } )