about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-04-13 14:22:11 -0700
committerBart Schaefer <schaefer@ipost.com>2021-04-13 14:22:11 -0700
commitfefd3854b4abea8b46a2ad568762d3a710af77d9 (patch)
tree71c534ce950063cb8e606428a7b9b167e366becc
parent6c9a1f5e80d018e28cf6760cda7ffe18cc5a2df8 (diff)
downloadzsh-fefd3854b4abea8b46a2ad568762d3a710af77d9.tar.gz
zsh-fefd3854b4abea8b46a2ad568762d3a710af77d9.tar.xz
zsh-fefd3854b4abea8b46a2ad568762d3a710af77d9.zip
48487 (amended): Failure test for math evaluation oddity
This was inadvertently included with TYPESET_TO_UNSET, so only the amendment is included here.
-rw-r--r--Test/D06subscript.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst
index 4225c543c..adbd398c4 100644
--- a/Test/D06subscript.ztst
+++ b/Test/D06subscript.ztst
@@ -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.