diff options
Diffstat (limited to '')
-rw-r--r-- | t/chainlint/if-condition-split.expect | 7 |
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 |