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

📝 Docs: Incorrectly states the shell does glob expansion for double-quoted path specifications #4868

Closed
binki opened this issue Apr 11, 2022 · 0 comments · Fixed by #4869
Labels
area: documentation anything involving docs or mochajs.org status: accepting prs Mocha can use your help with this one! type: bug a defect, confirmed by a maintainer

Comments

@binki
Copy link
Contributor

binki commented Apr 11, 2022

A POSIX-like shell does not do glob expansion for double quoted strings. It does parameter expansion, which, while a form of expansion, does not really have much effect on glob expansion.

The documentation should be corrected.

binki added a commit to binki/mocha that referenced this issue Apr 11, 2022
@juergba juergba added type: bug a defect, confirmed by a maintainer area: documentation anything involving docs or mochajs.org labels Apr 15, 2022
@JoshuaKGoldberg JoshuaKGoldberg changed the title docs state that the shell does glob expansion for double-quoted path specifications 📝 Docs: Incorrectly states the shell does glob expansion for double-quoted path specifications Dec 27, 2023
@JoshuaKGoldberg JoshuaKGoldberg added the status: accepting prs Mocha can use your help with this one! label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation anything involving docs or mochajs.org status: accepting prs Mocha can use your help with this one! type: bug a defect, confirmed by a maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants