]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/semicolon.expect
t4108: remove git command upstream of pipe
[thirdparty/git.git] / t / chainlint / semicolon.expect
CommitLineData
5238710e
ES
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(
17cd foo &&
18 for i in a b c; do
19?!SEMI?! echo;
20> done)