]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/arithmetic-expansion.expect
Sync with Git 2.45.2
[thirdparty/git.git] / t / chainlint / arithmetic-expansion.expect
1 (
2 foo &&
3 bar=$((42 + 1)) &&
4 baz
5 ) &&
6 (
7 bar=$((42 + 1)) ?!AMP?!
8 baz
9 )