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
func testMultilineErrors24(){assertParseWithAllNewlineEndings(#""" _ = """ foo1️⃣\ """ """#,
diagnostics:[DiagnosticSpec(
message:"escaped newline at the last line of a multi-line string literal is not allowed",
fixIts:["remove ''"])],
fixedSource:#""" _ = """ foo """ """#)}
The text was updated successfully, but these errors were encountered:
Issue Kind
Bad Diagnostic Produced
Source Code
Description
The following fix-it message contains an improperly escaped backslash.
This results in bad diagnostic produced, e.g.
The text was updated successfully, but these errors were encountered: