summaryrefslogtreecommitdiff
path: root/t/chainlint/cuddled.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled.expect')
-rw-r--r--t/chainlint/cuddled.expect17
1 files changed, 17 insertions, 0 deletions
diff --git a/t/chainlint/cuddled.expect b/t/chainlint/cuddled.expect
new file mode 100644
index 0000000000..1864b3fc8b
--- /dev/null
+++ b/t/chainlint/cuddled.expect
@@ -0,0 +1,17 @@
+2 (cd foo &&
+3 bar
+4 ) &&
+5
+6 (cd foo ?!LINT: missing '&&'?!
+7 bar
+8 ) &&
+9
+10 (
+11 cd foo &&
+12 bar) &&
+13
+14 (cd foo &&
+15 bar) &&
+16
+17 (cd foo ?!LINT: missing '&&'?!
+18 bar)