]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/loop-in-if.expect
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / chainlint / loop-in-if.expect
CommitLineData
1f718b0b
ES
1(
2 if true
3 then
4 while true
5 do
db8c7a1c 6 echo "pop" ?!AMP?!
1f718b0b 7 echo "glup"
db8c7a1c 8 done ?!AMP?!
1f718b0b 9 foo
db8c7a1c 10 fi ?!AMP?!
1f718b0b 11 bar
5be30d0c 12)