]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/arithmetic-expansion.expect
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / chainlint / arithmetic-expansion.expect
CommitLineData
5238710e
ES
1(
2 foo &&
3 bar=$((42 + 1)) &&
4 baz
5be30d0c 5) &&
5238710e 6(
db8c7a1c 7 bar=$((42 + 1)) ?!AMP?!
5238710e 8 baz
5be30d0c 9)