Merge https://github.com/j6t/git-gui
[git.git] / t / chainlint / multi-line-string.test
blob7b5048d2ea17fe1db337e86f617db3dc0d2c49ef
1 test_expect_success 'multi-line-string' '
3         x="line 1
4                 line 2
5                 line 3" &&
6 # LINT: missing "&&" on assignment
7         y="line 1
8                 line2"
9         foobar
10 ) &&
12         echo "xyz" "abc
13                 def
14                 ghi" &&
15         barfoo