]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/command-substitution.expect
diff: fix modified lines stats with --stat and --numstat
[thirdparty/git.git] / t / chainlint / command-substitution.expect
CommitLineData
5238710e
ES
1(
2 foo &&
3 bar=$(gobble) &&
4 baz
5>) &&
6(
7?!AMP?! bar=$(gobble blocks)
8 baz
9>)