]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/block.expect
Merge branch 'jc/bisect-doc' into maint-2.43
[thirdparty/git.git] / t / chainlint / block.expect
CommitLineData
bb4efbc5
ES
1(
2 foo &&
3 {
d00113ec 4 echo a ?!AMP?!
bb4efbc5
ES
5 echo b
6 } &&
7 bar &&
8 {
9 echo c
db8c7a1c 10 } ?!AMP?!
bb4efbc5 11 baz
56066523
ES
12) &&
13
14{
647b5e09 15 echo a; ?!AMP?! echo b
56066523 16} &&
647b5e09 17{ echo a; ?!AMP?! echo b; } &&
56066523
ES
18
19{
20 echo "${var}9" &&
21 echo "done"
22} &&
23finis