From 1bba34ced5c67e3801cb0de223d6d947bd8fb277 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 30 Nov 2004 14:14:51 +0000 Subject: 20599: test for $((##)) should now check for error --- ChangeLog | 4 ++++ Test/C01arith.ztst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a9981dda..36f523819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-30 Peter Stephenson + + * 20599: Test/C01arith.ztst: 20592 needs consequent test change. + 2004-11-29 Peter Stephenson * 20591: Stephane Chazelas : diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index bace31ea9..9bab48244 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -69,8 +69,8 @@ >117 print $((##)) -0:## without following character ->0 +1:## without following character +?(eval):1: character missing after ## print $((## )) 0:## followed by a space -- cgit 1.4.1