You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(closeQuote.leadingTriviaByteLength ==0,"Closing quote produced by the lexer should not have leading trivia because we would drop it during post-processing")
313
312
assert(
314
313
allSegments.allSatisfy{
315
314
if case .stringSegment(let segment)= $0 {
@@ -349,7 +348,7 @@ extension Parser {
349
348
middleSegments:&middleSegments
350
349
)
351
350
352
-
if !closeDelimiterOnNewLine {
351
+
if !closeDelimiterOnNewLine || closeQuote.leadingTriviaByteLength !=0{
0 commit comments