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

13 lines
132 B
Plaintext

2 (
3 for i in a b c
4 do
5 if false
6 then
7 echo "err"
8 exit 1
9 fi ?!AMP?!
10 foo
11 done ?!AMP?!
12 bar
13 )