diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | 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 <pws@csr.com> + + * 20599: Test/C01arith.ztst: 20592 needs consequent test change. + 2004-11-29 Peter Stephenson <pws@csr.com> * 20591: Stephane Chazelas <Stephane_Chazelas@yahoo.fr>: 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 |