repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge https://github.com/j6t/git-gui
[git.git]
/
t
/
chainlint
/
multi-line-string.test
blob
7b5048d2ea17fe1db337e86f617db3dc0d2c49ef
1
test_expect_success 'multi-line-string' '
2
(
3
x="line 1
4
line 2
5
line 3" &&
6
# LINT: missing "&&" on assignment
7
y="line 1
8
line2"
9
foobar
10
) &&
11
(
12
echo "xyz" "abc
13
def
14
ghi" &&
15
barfoo
16
)
17
'