summaryrefslogtreecommitdiff
path: root/t/chainlint/block.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/block.expect')
-rw-r--r--t/chainlint/block.expect23
1 files changed, 23 insertions, 0 deletions
diff --git a/t/chainlint/block.expect b/t/chainlint/block.expect
new file mode 100644
index 0000000000..3d3f854c0d
--- /dev/null
+++ b/t/chainlint/block.expect
@@ -0,0 +1,23 @@
+2 (
+3 foo &&
+4 {
+5 echo a ?!LINT: missing '&&'?!
+6 echo b
+7 } &&
+8 bar &&
+9 {
+10 echo c
+11 } ?!LINT: missing '&&'?!
+12 baz
+13 ) &&
+14
+15 {
+16 echo a; ?!LINT: missing '&&'?! echo b
+17 } &&
+18 { echo a; ?!LINT: missing '&&'?! echo b; } &&
+19
+20 {
+21 echo "${var}9" &&
+22 echo "done"
+23 } &&
+24 finis