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

13 lines
104 B
Plaintext

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