]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/arithmetic-expansion.expect
chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!
[thirdparty/git.git] / t / chainlint / arithmetic-expansion.expect
CommitLineData
5238710e
ES
1(
2 foo &&
3 bar=$((42 + 1)) &&
4 baz
5>) &&
6(
db8c7a1c 7 bar=$((42 + 1)) ?!AMP?!
5238710e
ES
8 baz
9>)