From b3613e4895f7b059558c4ef211189b516dbf903d Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 12 Apr 2021 13:59:06 -0700 Subject: Change TYPESET_DOES_NOT_SET to TYPESET_TO_UNSET to avoid double-negative --- Test/D06subscript.ztst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Test/D06subscript.ztst') 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)). -- cgit 1.4.1 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(-) (limited to 'Test/D06subscript.ztst') 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