summaryrefslogtreecommitdiffstats
path: root/tests/test_exec_plus_semicolon.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-19/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-6/+6
| | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
* tests: Remove unnecessary sort-args.sh invocationsTavian Barnes2017-08-161-19/+19
|
* exec: Don't allow anything between {} and +Tavian Barnes2017-07-291-0/+19
POSIX explicitly forbids this extension: > Only a <plus-sign> that immediately follows an argument containing > only the two characters "{}" shall punctuate the end of the primary > expression. Other uses of the <plus-sign> shall not be treated as > special.