blob: 7b5048d2ea17fe1db337e86f617db3dc0d2c49ef [file] [log] [blame]
test_expect_success 'multi-line-string' '
(
x="line 1
line 2
line 3" &&
# LINT: missing "&&" on assignment
y="line 1
line2"
foobar
) &&
(
echo "xyz" "abc
def
ghi" &&
barfoo
)
'