Skip to content

improved pattern null check #11

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelmalone
Copy link

modified short circuit on 'pattern' parameter to use a truthy check
rather than explicitly checking against undefined. This will stop the
filter from processing when the pattern is null or empty in addition to
undefined.

modified short circuit on 'pattern' parameter to use a truthy check
rather than explicitly checking against undefined. This will stop the
filter from processing when the pattern is null or empty in addition to
undefined.
@jrencz
Copy link
Contributor

jrencz commented Apr 28, 2016

@michaelmalone Thank you for your contribution!

Would you mind writing a test to cover this case as well?

@michaelmalone
Copy link
Author

Sure, will add the test soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants