git/t/chainlint/command-substitution.expect

10 lines
77 B
Plaintext

(
foo &&
bar=$(gobble) &&
baz
) &&
(
bar=$(gobble blocks) ?!AMP?!
baz
)