From 2c5e42feac3f11a25009cb59659b6486bdd0aebb Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 19 Jul 2026 17:39:58 +0400 Subject: [PATCH] nested array 1 --- test/associative.test.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/associative.test.bash b/test/associative.test.bash index d439520..78091d9 100755 --- a/test/associative.test.bash +++ b/test/associative.test.bash @@ -33,5 +33,6 @@ function array_inspect { build mine1 build mine2 -array_inspect mine1 +declare -n other=mine1 +array_inspect other array_inspect mine2