The sixth batch
[git/gitster.git] / t / chainlint / semicolon.expect
blob3aa2259f36c172b1da6e67d6a533da8238db7830
2         cat foo ; ?!AMP?! echo bar ?!AMP?!
3         cat foo ; ?!AMP?! echo bar
4 ) &&
6         cat foo ; ?!AMP?! echo bar &&
7         cat foo ; ?!AMP?! echo bar
8 ) &&
10         echo "foo; bar" &&
11         cat foo; ?!AMP?! echo bar
12 ) &&
14         foo;
15 ) &&
16 (cd foo &&
17         for i in a b c; do
18                 echo; ?!LOOP?!
19         done)