summaryrefslogtreecommitdiff
path: root/t/chainlint/complex-if-in-cuddled-loop.expect
blob: 2fca1834095817a0aba1bce38a5a837dea0debae (plain)
1
2
3
4
5
6
7
8
9
(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