about summary refs log tree commit diff
path: root/Test/D06subscript.ztst
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-04-12 13:59:06 -0700
committerBart Schaefer <schaefer@ipost.com>2021-04-12 13:59:06 -0700
commitb3613e4895f7b059558c4ef211189b516dbf903d (patch)
tree5ac6989a564cfb079b73a1f13a3d2a89ff881bb9 /Test/D06subscript.ztst
parente67ccd7f1efae7696dc17f6e3e720cd994e90155 (diff)
downloadzsh-b3613e4895f7b059558c4ef211189b516dbf903d.tar.gz
zsh-b3613e4895f7b059558c4ef211189b516dbf903d.tar.xz
zsh-b3613e4895f7b059558c4ef211189b516dbf903d.zip
Change TYPESET_DOES_NOT_SET to TYPESET_TO_UNSET to avoid double-negative
Diffstat (limited to 'Test/D06subscript.ztst')
-rw-r--r--Test/D06subscript.ztst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst
index c1a8d79cf..4225c543c 100644
--- a/Test/D06subscript.ztst
+++ b/Test/D06subscript.ztst
@@ -289,3 +289,8 @@ F:Regression test for workers/42297
 >14 24
 >b b
 >b?rbaz foob?r
+
+  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)).