Results for assoc.test.sh

casebashdescription
0pass TODO: SETUP should be share
1pass retrieve indices with !
2pass $a gives nothing
3pass length of dict does not work
4pass index by number doesn't work
5pass index by key name
6pass index by quoted string
7pass index by unquoted string
8pass index by unquoted string as arithmetic
9pass WTF index by key name
10pass Array stored in associative array gets converted to string
11BUG Can't initialize assoc array with indexed array
details
12BUG Initializing indexed array with with assoc array drops the constants
details

11 passed, 0 ok, 0 known unimplemented, 2 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

bash11 Can't initialize assoc array with indexed array

stdout:
stderr: 
/bin/bash: line 1: A: 1: must use subscript when assigning associative array
/bin/bash: line 1: A: 2: must use subscript when assigning associative array
/bin/bash: line 1: A: 3: must use subscript when assigning associative array
bash12 Initializing indexed array with with assoc array drops the constants

stdout:
3
stderr: