]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/while-loop.expect
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / while-loop.expect
1 (
2 while true
3 do
4 echo foo ?!AMP?!
5 cat <<-EOF ?!LOOP?!
6 done ?!AMP?!
7 while true; do
8 echo foo &&
9 cat bar ?!LOOP?!
10 done
11 )