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

error in parseWildcardRules when asterisk at the end #141

Closed
dm-godsend opened this issue Feb 28, 2024 · 2 comments
Closed

error in parseWildcardRules when asterisk at the end #141

dm-godsend opened this issue Feb 28, 2024 · 2 comments

Comments

@dm-godsend
Copy link

Incorrect division into parts occurs when asterisk at the end:
image

use o[:i] instead of o[:i-1] to fix it

@dm-godsend
Copy link
Author

dm-godsend commented Feb 28, 2024

Found PR #106 that fixes this, why not merged yet?

@appleboy
Copy link
Member

appleboy commented Mar 6, 2024

fixed in #106

@appleboy appleboy closed this as completed Mar 6, 2024
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

No branches or pull requests

2 participants