summaryrefslogtreecommitdiff
path: root/t/chainlint/chain-break-false.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/chain-break-false.expect')
-rw-r--r--t/chainlint/chain-break-false.expect9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/chainlint/chain-break-false.expect b/t/chainlint/chain-break-false.expect
new file mode 100644
index 0000000000..f6a0a301e9
--- /dev/null
+++ b/t/chainlint/chain-break-false.expect
@@ -0,0 +1,9 @@
+2 if condition not satisified
+3 then
+4 echo it did not work...
+5 echo failed!
+6 false
+7 else
+8 echo it went okay ?!LINT: missing '&&'?!
+9 congratulate user
+10 fi