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

Interpolated verbatim string is not handling line endings #221

Closed
belav opened this issue May 19, 2021 · 0 comments · Fixed by #222
Closed

Interpolated verbatim string is not handling line endings #221

belav opened this issue May 19, 2021 · 0 comments · Fixed by #222
Labels
area:formatting type:bug Something isn't working
Milestone

Comments

@belav
Copy link
Owner

belav commented May 19, 2021

A literal verbatim string like below is still being treated as a single large string by CSharpier and keeping its existing line endings, it needs to be handled the same as verbatim strings.

class ClassName
{
    private string blah = @$"one11111111111111111111111111111
two
three
four";
}
@belav belav added this to the 0.9.4 milestone May 19, 2021
@belav belav added type:bug Something isn't working area:formatting labels May 19, 2021
belav added a commit that referenced this issue May 19, 2021
also fixing some issues with unit tests
closes #221
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:formatting type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant