From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1700 invoked from network); 26 Nov 2002 14:24:19 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Nov 2002 14:24:19 -0000 Received: (qmail 125 invoked by alias); 26 Nov 2002 14:24:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17967 Received: (qmail 93 invoked from network); 26 Nov 2002 14:24:12 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: Re: B02 failure In-reply-to: "Clint Adams"'s message of "Tue, 26 Nov 2002 09:15:32 EST." <20021126141532.GA32568@dman.com> Date: Tue, 26 Nov 2002 14:23:42 +0000 Message-ID: <661.1038320622@csr.com> From: Peter Stephenson Clint Adams wrote: > Test Test/B02typeset.ztst failed: output differs from expected as shown above > for: > # The first declare works around the "not an identifier" bug with -h > declare \! \# \$ * - ? @ > typeset -h +g -m * > unset -m * > integer i=9 > float -H f=9 > declare -t scalar > declare -H -a array > typeset > typeset + > Error output: > ZTST_execchunk:typeset:2: not valid in this context: 0 > Was testing: Parameter hiding and tagging, printing types and values > Test/B02typeset.ztst: test failed. Does this fix it? Index: Test/B02typeset.ztst =================================================================== RCS file: /cvsroot/zsh/zsh/Test/B02typeset.ztst,v retrieving revision 1.2 diff -u -r1.2 B02typeset.ztst --- Test/B02typeset.ztst 5 Jul 2002 10:51:52 -0000 1.2 +++ Test/B02typeset.ztst 26 Nov 2002 14:22:36 -0000 @@ -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 -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************