]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/cuddled.expect
Merge branch 'jk/ssh-signing-doc-markup-fix'
[thirdparty/git.git] / t / chainlint / cuddled.expect
1 (cd foo &&
2 bar
3 ) &&
4
5 (cd foo ?!AMP?!
6 bar
7 ) &&
8
9 (
10 cd foo &&
11 bar) &&
12
13 (cd foo &&
14 bar) &&
15
16 (cd foo ?!AMP?!
17 bar)