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 0000000..ee745ef
--- /dev/null
+++ b/t/chainlint/if-condition-split.expect
@@ -0,0 +1,7 @@
+if bob &&
+ marcia ||
+ kevin
+then
+ echo "nomads" ?!AMP?!
+ echo "for sure"
+fi