Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single string test #1486

Merged

Conversation

koenpunt
Copy link
Collaborator

Now only using RegExp.exec for searching.

@@ -140,6 +140,7 @@ class AbstractChosen

option.search_match = false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can change this to:

option.search_match = null

And then change our search match tests to:

if option.search_match?

@koenpunt koenpunt mentioned this pull request Sep 4, 2013
3 tasks
@pfiller
Copy link
Contributor

pfiller commented Jul 25, 2014

This is nice. Thanks @koenpunt.

+1 :shipit:

@koenpunt
Copy link
Collaborator Author

So we can merge this, right? into harvesthq:koenpunt-word-boundary-matching that is.

@pfiller
Copy link
Contributor

pfiller commented Jul 25, 2014

Yup

koenpunt added a commit that referenced this pull request Jul 26, 2014
@koenpunt koenpunt merged commit aaea71f into harvesthq:koenpunt-word-boundary-matching Jul 26, 2014
@koenpunt koenpunt deleted the single-exec branch September 16, 2016 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants