]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/appendop.right
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / appendop.right
CommitLineData
95732b49
JA
114
21 2 3 4 5 6
31 2 3 4 51 6
ac50fbac 4145
95732b49
JA
514
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
ac50fbac
CR
18./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