Skip to content

Commit e58e4e0

Browse files
committed
Tweak test
1 parent 5df00bc commit e58e4e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/swift-files/strings.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ func f() {
4343
aaa
4444
\(
4545
bbb() +
46-
ccc()
46+
ccc() {
47+
ddd()
48+
} +
49+
eee()
4750
)
4851
aaa
4952
"""

0 commit comments

Comments
 (0)