From fefd3854b4abea8b46a2ad568762d3a710af77d9 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 13 Apr 2021 14:22:11 -0700 Subject: 48487 (amended): Failure test for math evaluation oddity This was inadvertently included with TYPESET_TO_UNSET, so only the amendment is included here. --- Test/D06subscript.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.4.1