mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
48487 (amended): Failure test for math evaluation oddity
This was inadvertently included with TYPESET_TO_UNSET, so only the amendment is included here.
This commit is contained in:
parent
6c9a1f5e80
commit
fefd3854b4
1 changed files with 1 additions and 1 deletions
|
@ -293,4 +293,4 @@ F:Regression test for workers/42297
|
|||
i=1,3
|
||||
[[ ${a[$i]} = ${a[i]} ]]
|
||||
0f:Math evaluation of commas in array subscripts
|
||||
F:In math, (($i)) should be the same as ((i)).
|
||||
F:In math, (($i)) should be the same as ((i)), see workers/47748.
|
||||
|
|
Loading…
Reference in a new issue