Skip to content

Conversation

@TTOzzi
Copy link
Member

@TTOzzi TTOzzi commented Aug 27, 2024

Resolve #2743

Comment on lines -713 to -731
assertParseWithAllNewlineEndings(
#"""
_ = """
foo1️⃣\
"""
"""#,
diagnostics: [
DiagnosticSpec(
message: "escaped newline at the last line of a multi-line string literal is not allowed",
fixIts: ["remove ''"]
)
],
fixedSource: #"""
_ = """
foo
"""
"""#
)
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it as it was completely redundant with testMultilineErrors24.

Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ahoppen
Copy link
Member

ahoppen commented Aug 27, 2024

@swift-ci Please test

@ahoppen ahoppen enabled auto-merge August 27, 2024 20:06
@ahoppen ahoppen merged commit c2c7980 into swiftlang:main Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improperly escaped backslash in fix-it message

2 participants