]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/multi-line-string.expect
diff: fix modified lines stats with --stat and --numstat
[thirdparty/git.git] / t / chainlint / multi-line-string.expect
CommitLineData
5238710e 1(
22e3e024
ES
2 x="line 1 line 2 line 3" &&
3?!AMP?! y='line 1 line2'
5238710e
ES
4 foobar
5>) &&
6(
7 echo "there's nothing to see here" &&
8 exit
22e3e024
ES
9>) &&
10(
11 echo "xyz" "abc def ghi" &&
12 echo 'xyz' 'abc def ghi' &&
13 echo 'xyz' "abc def ghi" &&
14 barfoo
5238710e 15>)