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

Re: Bug#283358: echo $((##)) overflows buffer



> 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