]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/semicolon.expect
Merge branch 'nd/config-core-checkstat-doc'
[thirdparty/git.git] / t / chainlint / semicolon.expect
1 (
2 ?!AMP?!?!SEMI?! cat foo ; echo bar
3 ?!SEMI?! cat foo ; echo bar
4 >) &&
5 (
6 ?!SEMI?! cat foo ; echo bar &&
7 ?!SEMI?! cat foo ; echo bar
8 >) &&
9 (
10 echo "foo; bar" &&
11 ?!SEMI?! cat foo; echo bar
12 >) &&
13 (
14 ?!SEMI?! foo;
15 >) &&
16 (
17 cd foo &&
18 for i in a b c; do
19 ?!SEMI?! echo;
20 > done)