1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +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:
Bart Schaefer 2021-04-13 14:22:11 -07:00
parent 6c9a1f5e80
commit fefd3854b4

View file

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