it('should move on if a wildcard doesn\'t continue to match but can later', function() {
          // Given: a string that has a pattern after the wildcard twice
          var pattern = '*test*ing',
                  string = 'I\'m testing this thing';