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 regular expressions randomizer - regexp with both leading and tailing boundary matchers #329

Merged
merged 1 commit into from
Jan 31, 2019

Conversation

weronika-redlarska
Copy link

When there are both ^ and $ boundary matchers in the regexp pattern, the tailing matcher $ is not removed. This PR fixes the issue and adds a test that is checking this case.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 90.245% when pulling e9a962d on weronika-redlarska:master into 31a145c on benas:master.

@fmbenhassine
Copy link
Member

Fantastic! Thank you for your contribution. I added you to the contributors list (See a37a177).

Best regards,
Mahmoud

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.

3 participants