about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/while-loop.expect
(
	while true
	do
?!AMP?!		echo foo
		cat
?!AMP?!	done
	while true; do
		echo foo &&
		cat bar
	done
>)