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

Add additional * -> + quantifier mutations #1186

Merged
merged 1 commit into from
Jan 2, 2021
Merged

Conversation

dgollahon
Copy link
Collaborator

  • Adds mutation from /a*?/ to /a+?/
  • Adds mutation from /a*+/ to /a++/

@dgollahon dgollahon force-pushed the zero-or-more-mutations branch 2 times, most recently from 76f4d44 to fd5c160 Compare January 2, 2021 02:44
@dgollahon dgollahon changed the title Add remaining * -> + regexp quantifier mutations Add additional * -> + quantifier mutations Jan 2, 2021
@dgollahon dgollahon force-pushed the zero-or-more-mutations branch 2 times, most recently from 44bc9a4 to 0772d4c Compare January 2, 2021 16:36
- Adds mutation from `/a*?/` to `/a+?/`
- Adds mutation from `/a*+/` to `/a++/`
@dgollahon dgollahon merged commit 3245c83 into master Jan 2, 2021
@dgollahon dgollahon deleted the zero-or-more-mutations branch January 2, 2021 23:35
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