Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Test/B02typeset.ztst



ChangeLog says:
+2002-11-26  Peter Stephenson  <pws@xxxxxxx>
+
+       * 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   



Messages sorted by: Reverse Date, Date, Thread, Author