Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into kn/rev-list...
[alt-git.git] / t / chainlint / for-loop.expect
blobd65c82129a68b7c3e2088ba9a95971e03a6952ee
2         for i in a b c
3         do
4                 echo $i ?!AMP?!
5                 cat <<-\EOF ?!LOOP?!
6                 bar
7                 EOF
8         done ?!AMP?!
9         for i in a b c; do
10                 echo $i &&
11                 cat $i ?!LOOP?!
12         done