]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/chainlint/cuddled.expect
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / cuddled.expect
index b506d4622197a837c66ca56dd22cf7d191664e68..c3e0be404742cb62808ffa43026573dbe5cb9cd1 100644 (file)
@@ -1,21 +1,17 @@
-(
-cd foo &&
+(cd foo &&
        bar
->) &&
+) &&
 
-(
-?!AMP?!cd foo
+(cd foo ?!AMP?!
        bar
->) &&
+) &&
 
 (
        cd foo &&
->      bar) &&
+       bar) &&
 
-(
-cd foo &&
->      bar) &&
+(cd foo &&
+       bar) &&
 
-(
-?!AMP?!cd foo
->      bar)
+(cd foo ?!AMP?!
+       bar)