git/t/chainlint/bash-array.expect

11 lines
85 B
Plaintext

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