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 0000000..989766f
--- /dev/null
+++ b/t/chainlint/chain-break-false.expect
@@ -0,0 +1,9 @@
+if condition not satisified
+then
+ echo it did not work...
+ echo failed!
+ false
+else
+ echo it went okay ?!AMP?!
+ congratulate user
+fi