summaryrefslogtreecommitdiff
path: root/t/chainlint/complex-if-in-cuddled-loop.expect
blob: b8aa626ed0e7f2dc63cfa5d9450ac986b7d74a67 (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