about summary refs log tree commit diff
path: root/Test/D08cmdsubst.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
|
* 40995: Don't disable alias expansion when finding command substitution limitsPeter Stephenson2017-04-231-0/+10
| | | | | This is needed in some unusual cases in order to identify the exit condition without encountering a parse error.
* 39777: $() is a valid empty command substitutionPeter Stephenson2016-10-301-0/+14
|
* 35667: fix command substitution that starts but doesn't finish in aliasPeter Stephenson2015-07-011-0/+5
|
* Fix command substitutions to parse contents as they are read in.Peter Stephenson2015-01-081-0/+42
| | | | | | | Do this by refactoring misnamed lexsave()/lexrestore() to allow continuity of history and input. Add test.
* 29776: fix case of double quotes in double-quote-stylePeter Stephenson2011-09-151-0/+8
| | | | parsing where end character is something else
* 27129: fix status at start of function, command subst, etc.Peter Stephenson2009-07-111-0/+5
|
* 27126: a few more contexts where executing empty lists gives status zeroPeter Stephenson2009-07-101-0/+4
|
* 24150: Exit status of null command should be exit status of last cmdsubst.Bart Schaefer2007-12-091-0/+8
|
* 23131: new tests for command substitutionPeter Stephenson2007-01-241-0/+83