about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/bash-array.expect
(
	foo &&
	bar=(gumbo stumbo wumbo) &&
	baz
>) &&
(
	foo &&
	bar=${#bar[@]} &&
	baz
>)