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

Remove erroneous prefix check when generating string. (#145) #161

Merged
merged 1 commit into from
Jan 24, 2022

Commits on Jan 20, 2022

  1. Remove erroneous prefix check when generating string. (#145)

    This fixes another issue with generating canonical pattern strings as described
    in #145.  In this case the prefix check incorrectly prevented us from
    protecting a named group from following character if there was an implicit
    prefix.  For example, for a pathname `/:foo\\bar` we would incorrectly produce
    `/:foobar` instead of `{/:foo}bar`.
    wanderview committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    94a8b7b View commit details
    Browse the repository at this point in the history