mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
17985: fix hiding/tagging test
This commit is contained in:
parent
28a62d5a4b
commit
a02a308839
@ -1,3 +1,8 @@
|
||||
2002-12-06 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 17985: Test/B02typeset.ztst: adjust hiding/tagging test so it no
|
||||
longer fails (cf. 17967 below).
|
||||
|
||||
2002-12-04 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 17979: Doc/Zsh/options.yo, Src/exec.c, Src/options.c, Src/zsh.h:
|
||||
|
@ -223,7 +223,7 @@
|
||||
>scalar a r y
|
||||
|
||||
# The first declare works around the "not an identifier" bug with -h
|
||||
declare \! \# \$ \* - \? @
|
||||
declare \! \# \$ \* - \? @ 0
|
||||
typeset -h +g -m \*
|
||||
unset -m \*
|
||||
integer i=9
|
||||
|
Loading…
Reference in New Issue
Block a user