Skip to content

[Parser] Handle REPL raw multi-line string literal input #63368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

poya
Copy link
Contributor

@poya poya commented Feb 2, 2023

Extend handling of incomplete multi-line string literals during input in REPL to also cover raw multi-line strings.

Fixes #52840 and swiftlang/llvm-project#4628

Extend handling of incomplete multi-line string literals during input in
REPL to also cover raw multi-line strings.

Fixes swiftlang#52840 and swiftlang/llvm-project#4628
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.

Thanks. This looks good to me

@ahoppen
Copy link
Member

ahoppen commented Feb 2, 2023

@swift-ci Please smoke test

@ahoppen ahoppen merged commit eda5657 into swiftlang:main Feb 2, 2023
@poya poya deleted the bug/10440 branch February 2, 2023 23:53
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.

[SR-10440] REPL: extended delimiter multi-line string doesn't work
2 participants