diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-11-30 14:14:51 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-11-30 14:14:51 +0000 |
commit | 1bba34ced5c67e3801cb0de223d6d947bd8fb277 (patch) | |
tree | 2a1091276c40a7cac3815586726a068a559a4c81 | |
parent | 8b136c84d2b233f71844039a6378ececae4290a1 (diff) | |
download | zsh-1bba34ced5c67e3801cb0de223d6d947bd8fb277.tar.gz zsh-1bba34ced5c67e3801cb0de223d6d947bd8fb277.tar.xz zsh-1bba34ced5c67e3801cb0de223d6d947bd8fb277.zip |
20599: test for $((##)) should now check for error
-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 |