git/t/chainlint/command-substitution.expect

10 lines
78 B
Plaintext

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