it('should not match strings that have extra characters at the beginning when the pattern doesn\'t begin with a wildcard', function() {
          // Given: a string that is longer than the pattern, but matches after to the wildcard, and the pattern
          var pattern = 'ing*',
                  string = 'testing';