about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/bash-array.expect
blob: c4a830d1c1d6df9ae72c1d5c7777ceb056383388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
(
	foo &&
	bar=(gumbo stumbo wumbo) &&
	baz
>) &&
(
	foo &&
	bar=${#bar[@]} &&
	baz
>)