summaryrefslogtreecommitdiff
path: root/t/chainlint/complex-if-in-cuddled-loop.expect
blob: 9674b88cf252f7409241c847d6219547ff2b07cc (plain)
1
2
3
4
5
6
7
8
9
10
(
for i in a b c; do
   if test "$(echo $(waffle bat))" = "eleventeen" &&
     test "$x" = "$y"; then
     :
   else
     echo >file
   fi
> done) &&
test ! -f file