about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/if-in-loop.expect
(
	for i in a b c
	do
		if false
		then
?!AMP?!			echo "err"
			exit 1
?!AMP?!		fi
		foo
?!AMP?!	done
	bar
>)