about summary refs log tree commit diff
path: root/Test/D08cmdsubst.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 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