From 76bd48d67422c28d54ef75ef313b8763f6d60760 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 17 Dec 2003 20:47:39 +0000 Subject: 19308: zsh crashes with $((##)) --- Test/C01arith.ztst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Test') diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index 8558d66a8..d431daae0 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -68,6 +68,14 @@ 0:#, ## and $# >117 + print $((##)) +0:## without following character +>0 + + print $((## )) +0:## followed by a space +>32 + integer i (( i = 3 + 5 * 1.75 )) print $i -- cgit 1.4.1