]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/while-loop.expect
chainlint: latch start/end position of each token
[thirdparty/git.git] / t / chainlint / while-loop.expect
CommitLineData
ebcbbe06
ES
1(
2 while true
3 do
db8c7a1c 4 echo foo ?!AMP?!
fd4094c3 5 cat <<-EOF ?!LOOP?!
db8c7a1c 6 done ?!AMP?!
ebcbbe06
ES
7 while true; do
8 echo foo &&
fd4094c3 9 cat bar ?!LOOP?!
ebcbbe06 10 done
5be30d0c 11)