zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Test/B02typeset.ztst
@ 2002-12-06  9:24 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2002-12-06  9:24 UTC (permalink / raw)
  To: zsh-workers

ChangeLog says:
+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.

I've had a patch for this for a long time and apparently forgot ever to
commit it.

Index: Test/B02typeset.ztst
--- Test/B02typeset.ztst.orig	Fri Dec  6 01:23:14 2002
+++ Test/B02typeset.ztst	Fri Dec  6 01:23:14 2002
@@ -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

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-06  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-06  9:24 PATCH: Test/B02typeset.ztst Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).