]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/command-substitution.expect
chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!
[thirdparty/git.git] / t / chainlint / command-substitution.expect
CommitLineData
5238710e
ES
1(
2 foo &&
3 bar=$(gobble) &&
4 baz
5>) &&
6(
db8c7a1c 7 bar=$(gobble blocks) ?!AMP?!
5238710e
ES
8 baz
9>)