about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/cuddled.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/cuddled.expect')
-rw-r--r--third_party/git/t/chainlint/cuddled.expect21
1 files changed, 21 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/cuddled.expect b/third_party/git/t/chainlint/cuddled.expect
new file mode 100644
index 0000000000..b506d46221
--- /dev/null
+++ b/third_party/git/t/chainlint/cuddled.expect
@@ -0,0 +1,21 @@
+(
+cd foo &&
+	bar
+>) &&
+
+(
+?!AMP?!cd foo
+	bar
+>) &&
+
+(
+	cd foo &&
+>	bar) &&
+
+(
+cd foo &&
+>	bar) &&
+
+(
+?!AMP?!cd foo
+>	bar)