about summary refs log tree commit diff
path: root/Test/V10private.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
|
* More [key]=value tweaksPeter Stephenson2017-09-141-1/+1
| | | | | | Some rephrasings. Update typeset -p for associative arrays to use new syntax.
* 40198: output of B02typeset differs when (( UID == 0 )) so do not attempt to ↵Barton E. Schaefer2016-12-151-5/+9
| | | | redo that test in that case
* "typeset -p" uses "export" commands or the "-g" option for parameters that ↵Barton E. Schaefer2016-10-241-1/+1
| | | | are not local to the current scope
* 37305: typeset -p can now output arrays on one linePeter Stephenson2015-12-041-6/+3
|
* 37243: too many problems with inserting a line into B02, instead add a ↵Barton E. Schaefer2015-11-271-5/+4
| | | | | | | placeholder and substitute for it. unposted: %cleanup block is not called when %prep sets ZTST_unimplemented, so avoid leaving a mess
* 37229: non-local assignment to a parameter name whose outermost declaration ↵Barton E. Schaefer2015-11-261-5/+28
| | | | | | is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris.
* 37225: fix test for typeset with zsh/param/privateBarton E. Schaefer2015-11-261-1/+10
|
* 37208: re-run the "typeset" tests with the private module loadedBarton E. Schaefer2015-11-231-1/+6
|
* 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer2015-11-211-2/+1
| | | | ZTST_skip
* 37084: add implementation check to zsh/parm/private testPeter Stephenson2015-11-101-0/+3
|
* 37081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer2015-11-081-0/+265