Skip to content
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

Fix parsing of multiline string literals #763

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

kmichaelk
Copy link
Contributor

Currently, parsing a multiline string literal that ends with a single terminal quote on the last line results in an error:

foo := "multiline
string
literal
"

@5nord 5nord merged commit cdf964f into nokia:master Sep 25, 2024
1 check passed
@5nord
Copy link
Member

5nord commented Sep 25, 2024

Again, thanks a lot :)

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.

2 participants