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

fix: allow escaped commas in exclude string #94

Merged
merged 1 commit into from Apr 5, 2017
Merged

fix: allow escaped commas in exclude string #94

merged 1 commit into from Apr 5, 2017

Conversation

timbru31
Copy link
Contributor

@timbru31 timbru31 commented Apr 5, 2017

This fixes #70. I've had to include a reference to an invalid syntax somewhere, let me know if I should move the fixture somewhere else.
The new RegEx matches everything that is either not an escaped comma and everything that is an escaped comma, so we have an correct array.

@davglass davglass merged commit 885010e into davglass:master Apr 5, 2017
@davglass
Copy link
Owner

davglass commented Apr 5, 2017

Thanks, published in license-checker@9.0.2

Copy link

@michaelmelanson michaelmelanson left a comment

Choose a reason for hiding this comment

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

👍

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.

Excluding license types with commas in them.
3 participants