took cloud out of note snarfer
[feisty_meow.git] / scripts / unit_test / test_assoc_array.sh
index 49cf6eccc230252f8047cc9888a36b9f5ae5bdc0..8da0424889b4a0e24e3ae0c117f2dd1fcb381c4c 100644 (file)
@@ -7,7 +7,7 @@
 declare -A snuggles
   # make an associative array
 
-snuggles=([book]=petunia "[muffets]=glasgow robbery")
+snuggles=([book]=petunia [muffets]="glasgow robbery")
   # keys: book and muffets
   # values: (second part)