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

Add test for fixed-depth glob issue #179

Closed
wants to merge 2 commits into from

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Jul 1, 2024

Globbing nested/*/* should match nested/further/andfurther but not nested/further/andfurther/too_far.txt.

I didn't have time to look into a solution, but I wrote a test case for you.

Globbing `nested/*/*` should match `nested/further/andfurther`
but not `nested/further/andfurther/too_far.txt`.
@maresb
Copy link
Contributor Author

maresb commented Jul 31, 2024

This has already been merged in #181.

@maresb maresb closed this Jul 31, 2024
@maresb maresb deleted the fixed-depth-glob branch July 31, 2024 11:32
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.

1 participant