summaryrefslogtreecommitdiff
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.expect7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/chainlint/if-condition-split.expect b/t/chainlint/if-condition-split.expect
new file mode 100644
index 0000000000..6d2a03dfdb
--- /dev/null
+++ b/t/chainlint/if-condition-split.expect
@@ -0,0 +1,7 @@
+2 if bob &&
+3 marcia ||
+4 kevin
+5 then
+6 echo "nomads" ?!LINT: missing '&&'?!
+7 echo "for sure"
+8 fi