]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/if-in-loop.expect
Merge branch 'rs/bisect-start-leakfix' into maint-2.38
[thirdparty/git.git] / t / chainlint / if-in-loop.expect
CommitLineData
1f718b0b
ES
1(
2 for i in a b c
3 do
4 if false
5 then
832c68b3 6 echo "err"
1f718b0b 7 exit 1
db8c7a1c 8 fi ?!AMP?!
1f718b0b 9 foo
db8c7a1c 10 done ?!AMP?!
1f718b0b 11 bar
5be30d0c 12)