mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
20599: test for $((##)) should now check for error
This commit is contained in:
parent
8b136c84d2
commit
1bba34ced5
2 changed files with 6 additions and 2 deletions
|
@ -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>:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue