commit bash-20130727 snapshot

This commit is contained in:
Chet Ramey
2013-08-05 09:56:22 -04:00
parent 7571d3f4bb
commit 50ee0e9709
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -375,6 +375,8 @@ declare -a x='([0]="0" [1]="1" [2]="2" [3]="3" [4]="4" [5]="5foo")'
declare -a x='([0]="0" [1]="1" [2]="2" [3]="3" [4]="4" [5]="5")'
declare -a x='([0]="0" [1]="1" [2]="2" [3]="3" [4]="4four" [5]="5")'
strlen(4four) = 5
1 2 xx 3
1 2 0 3
1 2 xx 3
1 2 0 3
1 2 0 3
1 2 xx 3