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 empty inline character regex (#224) #226

Merged
merged 1 commit into from
Jan 19, 2016
Merged

Conversation

colinodell
Copy link
Member

If an Environment creates without any inline parsers, the
getInlineParserCharacterRegex() method will return an invalid
regular expression. This fix ensures that a valid regex is returned
in this particular edge case.

If an Environment creates without any inline parsers, the
`getInlineParserCharacterRegex()` method will return an invalid
regular expression. This fix ensures that a valid regex is returned
in this particular edge case.
@colinodell colinodell added the bug Something isn't working right label Jan 19, 2016
@colinodell colinodell self-assigned this Jan 19, 2016
@colinodell colinodell added this to the 0.14.0 milestone Jan 19, 2016
colinodell added a commit that referenced this pull request Jan 19, 2016
@colinodell colinodell merged commit 15a80bf into master Jan 19, 2016
@colinodell colinodell deleted the fix-empty-regex branch January 19, 2016 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant