1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-08 08:16:05 +02:00

20599: test for $((##)) should now check for error

This commit is contained in:
Peter Stephenson 2004-11-30 14:14:51 +00:00
parent 8b136c84d2
commit 1bba34ced5
2 changed files with 6 additions and 2 deletions

View File

@ -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>:

View File

@ -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