Browse Source

nested array 1

main
pvincent 6 days ago
parent
commit
2c5e42feac
  1. 3
      test/associative.test.bash

3
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
Loading…
Cancel
Save