From 0cf52cc7e3424161521604dc3b7e37dc701930b5 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 20 Jul 2026 00:17:49 +0400 Subject: [PATCH] nested array ok --- test/associative.test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/associative.test.bash b/test/associative.test.bash index ffd284b..dba13aa 100755 --- a/test/associative.test.bash +++ b/test/associative.test.bash @@ -56,7 +56,7 @@ function nested_inspect { # initialization array_new mine1 'Albert' 20 array_new mine2 'Bob' 24 -array_new mine3 'Cobra' 31 true +array_new mine3 'Conrad' 31 true # change values mine1+=(false)