Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / appendop.right
1 14
2 1 2 3 4 5 6
3 1 2 3 4 51 6
4 145
5 14
6 7
7 42
8 1 2 3 4 12
9 18
10 1 2 3 4 18
11 1 2 7 4 5
12 1 2 7 13 5 9
13 14
14 9
15 4
16 9
17 16
18 ./appendop.tests: line 84: x: readonly variable
19 declare -A foo='([one]="bar" [two]="baz" [three]="quux" )'
20 declare -A foo='([one]="bar" [two]="baz" [0]="zero" [three]="quux" )'
21 declare -A foo='([four]="four" [one]="bar" [two]="baz" [0]="zero" [three]="quux" )'
22 declare -ai iarr='([0]="3" [1]="2" [2]="3")'
23 declare -ai iarr='([0]="3" [1]="2" [2]="3" [3]="4" [4]="5" [5]="6")'
24 25 25
25 7 7
26 14
27 145
28 145 145