]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/while-loop.expect
Merge branch 'ds/remove-idx-before-pack'
[thirdparty/git.git] / t / chainlint / while-loop.expect
1 (
2 while true
3 do
4 echo foo ?!AMP?!
5 cat <<-\EOF ?!LOOP?!
6 bar
7 EOF
8 done ?!AMP?!
9 while true; do
10 echo foo &&
11 cat bar ?!LOOP?!
12 done
13 )