it('should match longer strings if the pattern begins with multiple wildcards', function() {
          // Given: a string that is longer than the pattern, but matches after to the wildcard, and the pattern
          var pattern = '***ing',
                  string = 'testing';