blob: 9c8679211c28094effaa0726e4afa40862014ad3 [file] [log] [blame]
Jari Aalto95732b42005-12-07 14:08:12 +0000114
21 2 3 4 5 6
31 2 3 4 51 6
Chet Rameyac50fba2014-02-26 09:36:43 -05004145
Jari Aalto95732b42005-12-07 14:08:12 +0000514
67
742
81 2 3 4 12
918
101 2 3 4 18
111 2 7 4 5
121 2 7 13 5 9
1314
149
154
169
1716
Chet Rameyac50fba2014-02-26 09:36:43 -050018./appendop.tests: line 84: x: readonly variable
19declare -A foo='([one]="bar" [two]="baz" [three]="quux" )'
20declare -A foo='([one]="bar" [two]="baz" [0]="zero" [three]="quux" )'
21declare -A foo='([four]="four" [one]="bar" [two]="baz" [0]="zero" [three]="quux" )'
22declare -ai iarr='([0]="3" [1]="2" [2]="3")'
23declare -ai iarr='([0]="3" [1]="2" [2]="3" [3]="4" [4]="5" [5]="6")'
2425 25
257 7
2614
27145
28145 145