aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/if-condition-split.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/if-condition-split.expect')
-rw-r--r--t/chainlint/if-condition-split.expect14
1 files changed, 7 insertions, 7 deletions
diff --git a/t/chainlint/if-condition-split.expect b/t/chainlint/if-condition-split.expect
index ee745ef8d7..6d2a03dfdb 100644
--- a/t/chainlint/if-condition-split.expect
+++ b/t/chainlint/if-condition-split.expect
@@ -1,7 +1,7 @@
-if bob &&
- marcia ||
- kevin
-then
- echo "nomads" ?!AMP?!
- echo "for sure"
-fi
+2 if bob &&
+3 marcia ||
+4 kevin
+5 then
+6 echo "nomads" ?!LINT: missing '&&'?!
+7 echo "for sure"
+8 fi