mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
17967: Quote some arguments in B02typeset.ztst.
This commit is contained in:
parent
1882594465
commit
252da01c87
@ -1,3 +1,9 @@
|
||||
2002-11-26 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 17967: Test/B02typeset.ztst: globbable arguments to
|
||||
typeset-style commands should be quoted. N.B.: test currently
|
||||
still fails.
|
||||
|
||||
2002-11-25 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 17961: Armin Wolfermann: Completion/Unix/Command/_sysctl:
|
||||
|
@ -223,9 +223,9 @@
|
||||
>scalar a r y
|
||||
|
||||
# The first declare works around the "not an identifier" bug with -h
|
||||
declare \! \# \$ * - ? @
|
||||
typeset -h +g -m *
|
||||
unset -m *
|
||||
declare \! \# \$ \* - \? @
|
||||
typeset -h +g -m \*
|
||||
unset -m \*
|
||||
integer i=9
|
||||
float -H f=9
|
||||
declare -t scalar
|
||||
|
Loading…
Reference in New Issue
Block a user