I'm trying to create multidimensional within arrays that are contained in an array.
tests=("'0' '1 2'" "'4' '5 6'")
in each array within tests, I want to have sub arrays. With the first array "'0' '1,2'", make another for loop to go through the contents of the sub array.