-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize tests for quotes in parameter expansion
In POSIX.1-2024, it is clarified that the word in ${param=word} is subject to quote removal, so the relevant behavior now can be tests in quote-p.tst instead of quote-y.tst. It is also clarified that } can be escaped with a backslash in parameter expansions, which allows moving the relevant tests as well.
- Loading branch information
Showing
3 changed files
with
73 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters