about summary refs log tree commit diff
path: root/Test/K01nameref.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 51437: Fix incorrectly-passed test case, masked by unrelated bug.Bart Schaefer2023-02-141-2/+21
| | | | | | A bug with zmodload when unloading/reloading a static module caused the state of the shell options to change during K01 test. Worked around it. Also changed warnnestedvar messages to look more like other such.
* 51430: Misc. problems with typeset and $parametersBart Schaefer2023-02-131-0/+14
| | | | | | * Fix and test for regression of assignment when using typeset command * Fix output of typeset +m and $parameters[ref] * Prevent segfault in typeset
* 51417: Check subscripts in named reference values more rigorously.Bart Schaefer2023-02-121-2/+2
|
* 51403: Tests and documentation for 51402, clean up some other tests.Bart Schaefer2023-02-121-9/+161
|
* 51374: Expose named references in $parameters, fix substitution error.Bart Schaefer2023-02-121-16/+89
|
* 51361: Tests for 51360.Bart Schaefer2023-02-121-0/+439