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