]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/multi-line-string.expect
Merge branch 'pb/pull-rebase-autostash-fix'
[thirdparty/git.git] / t / chainlint / multi-line-string.expect
1 (
2 x="line 1 line 2 line 3" &&
3 y="line 1 line2" ?!AMP?!
4 foobar
5 ) &&
6 (
7 echo "xyz" "abc def ghi" &&
8 barfoo
9 )