Skip to content

Fix quoted segment glob matching#498

Open
Yash-Jain24 wants to merge 2 commits into
mrmlnc:masterfrom
Yash-Jain24:venus-quoted-segment-bugfix
Open

Fix quoted segment glob matching#498
Yash-Jain24 wants to merge 2 commits into
mrmlnc:masterfrom
Yash-Jain24:venus-quoted-segment-bugfix

Conversation

@Yash-Jain24
Copy link
Copy Markdown

What is the purpose of this pull request?

Fix incorrect glob matching when a pattern contains a quoted path segment (single or double quotes). Patterns like foo/'bar'/baz.txt and foo/"bar"/baz.txt should behave the same as foo/bar/baz.txt, but currently return no matches.

What changes did you make? (Give an overview)

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.

app/json-cleaner/ ├── cleaner.py ├── main.py ├── requirements.txt ├── Dockerfile

1 participant