Skip to content

fix: handle leading forward slash in pattern matching path function #116

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

Merged
merged 4 commits into from
Jul 17, 2023

Conversation

russellwheatley
Copy link
Member

@russellwheatley russellwheatley commented Jul 10, 2023

A leading forward slash will add an additional segment when extracting pattern matching elements causing an out of range index error.

fixes #113

@russellwheatley russellwheatley changed the title fix: leading slash in pattern matching path function fix: handle leading forward slash in pattern matching path function Jul 10, 2023
@Salakar Salakar merged commit 4d1da57 into main Jul 17, 2023
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.

DB pattern matching not working as expected
3 participants