Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
multi-line-string.test
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
test
17 lines
192 Bytes
Copy permalink
Copy
Raw
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
'