about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/arithmetic-expansion.expect
(
	foo &&
	bar=$((42 + 1)) &&
	baz
>) &&
(
?!AMP?!	bar=$((42 + 1))
	baz
>)