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

Document backslash behavior in glob patterns. #141

Closed
aeneasr opened this issue Nov 14, 2019 · 0 comments · Fixed by ory/docs#225
Closed

Document backslash behavior in glob patterns. #141

aeneasr opened this issue Nov 14, 2019 · 0 comments · Fixed by ory/docs#225
Assignees

Comments

@aeneasr
Copy link
Member

aeneasr commented Nov 14, 2019

Is your feature request related to a problem? Please describe.

When trying to match the literal string foo\bar, a glob pattern of foo\\bar will match foobar (because \\b is interpreted as a literal b). To match the literal string foo\bar, a glob pattern of foo\\\\bar is required.

This is currently not sufficiently documented.

Describe the solution you'd like

Document the behavior in the ORY Keto docs.

@aeneasr aeneasr added the docs label Nov 14, 2019
@aeneasr aeneasr self-assigned this Nov 14, 2019
aeneasr added a commit to ory/docs that referenced this issue Nov 14, 2019
aeneasr added a commit to ory/docs that referenced this issue Nov 14, 2019
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 a pull request may close this issue.

1 participant