git/t/chainlint/if-in-loop.expect

13 строки
110 B
Plaintext

(
for i in a b c
do
if false
then
?!AMP?! echo "err"
exit 1
?!AMP?! fi
foo
?!AMP?! done
bar
>)