Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#283358: echo $((##)) overflows buffer
- X-seq: zsh-workers 20600
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: Bug#283358: echo $((##)) overflows buffer
- Date: Tue, 30 Nov 2004 11:31:33 -0500
- Cc: zsh-workers@xxxxxxxxxx, Falk Hueffner <falk@xxxxxxxxxx>, 283358@xxxxxxxxxxxxxxx
- In-reply-to: <200411291158.iATBwRGR018654@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <E1CYOp6-00082T-PR@juist> <20041128161030.GA9060@xxxxxxxxxxx> <200411291158.iATBwRGR018654@xxxxxxxxxxxxxx>
> The following should trap the error before it gets to that stage.
>
> % print $((##))
> zsh: character missing after ##
Yup, now it's
../../Test/C01arith.ztst: starting.
Test ../../Test/C01arith.ztst failed: bad status 1, expected 0 from:
print $((##))
Error output:
(eval):1: character missing after ##
Was testing: ## without following character
../../Test/C01arith.ztst: test failed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author