git/t/chainlint/arithmetic-expansion.expect

10 lines
74 B
Plaintext

(
foo &&
bar=$((42 + 1)) &&
baz
) &&
(
bar=$((42 + 1)) ?!AMP?!
baz
)