commit-graph: writing missing parents is a BUG
[git.git] / t / chainlint / arithmetic-expansion.expect
blob09457d31966193da7a324f0cbc417ce05354f15a
2         foo &&
3         bar=$((42 + 1)) &&
4         baz
5 >) &&
7 ?!AMP?! bar=$((42 + 1))
8         baz
9 >)