Welcome to mirror list, hosted at ThFree Co, Russian Federation.

if-in-loop.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03d3ceb22d8971ddad5c81c1c5a7714d7f988f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(
	for i in a b c
	do
		if false
		then
?!AMP?!			echo "err"
			exit 1
?!AMP?!		fi
		foo
?!AMP?!	done
	bar
>)