]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/semicolon.expect
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / semicolon.expect
1 (
2 cat foo ; ?!AMP?! echo bar ?!AMP?!
3 cat foo ; ?!AMP?! echo bar
4 ) &&
5 (
6 cat foo ; ?!AMP?! echo bar &&
7 cat foo ; ?!AMP?! echo bar
8 ) &&
9 (
10 echo "foo; bar" &&
11 cat foo; ?!AMP?! echo bar
12 ) &&
13 (
14 foo;
15 ) &&
16 (cd foo &&
17 for i in a b c; do
18 echo; ?!LOOP?!
19 done)