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