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

Forcing ordered operation when generating regex #158

Merged
merged 1 commit into from Nov 19, 2020

Commits on Nov 18, 2020

  1. Forcing ordered operation when generating regex

    Range was used to iterate over the operations as part of generating
    the regex. Range iterations are random. There were cases where the
    empty key caused the regex to be generated as invalid.
    
    This change removes the range so that the order is always the same.
    
    Closes Masterminds#155
    mattfarina committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    7e314bd View commit details
    Browse the repository at this point in the history