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