Skip to content

Commit b67d2ae

Browse files
committed
multiline strings inside interpolations
1 parent d0acc92 commit b67d2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/Lexer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ static const char *skipToEndOfInterpolatedExpression(const char *CurPtr,
12581258
// issues with malformed tokens or other problems.
12591259
switch (*CurPtr++) {
12601260
// String literals in general cannot be split across multiple lines;
1261-
// interpolated ones are no exception (unless multiline strings.)
1261+
// interpolated ones are no exception (unless multiline strings).
12621262
case '\n':
12631263
case '\r':
12641264
if (MultilineString)

0 commit comments

Comments
 (0)