summaryrefslogtreecommitdiffstats
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 0000000..c3e0be4
--- /dev/null
+++ b/t/chainlint/cuddled.expect
@@ -0,0 +1,17 @@
+(cd foo &&
+ bar
+) &&
+
+(cd foo ?!AMP?!
+ bar
+) &&
+
+(
+ cd foo &&
+ bar) &&
+
+(cd foo &&
+ bar) &&
+
+(cd foo ?!AMP?!
+ bar)