tvl-depot/third_party/git/t/chainlint/bash-array.expect
2020-01-11 23:40:29 +00:00

10 lines
87 B
Text

(
foo &&
bar=(gumbo stumbo wumbo) &&
baz
>) &&
(
foo &&
bar=${#bar[@]} &&
baz
>)