it('should be able to see the same character as a wildcard', function() {
        // Given: a  string with the same character multiple times, and a pattern with a wildcard and some of the same character
        var pattern = '*zz',
            string = 'zzz';