We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given:
// 11 1 1 // 012345678901 2 3 string code = "class C { }\r{|b:\n|}";`
The markup produces a span at 12..14, and an output text of class C { }\r\r\n.
class C { }\r\r\n
The span should be 12..13 and the output should only have one \r
\r
The text was updated successfully, but these errors were encountered:
Add regression test for markup splitting line end
d783311
Closes dotnet#637
I was not able to reproduce this. A regression test is added in #683.
Sorry, something went wrong.
sharwell
Successfully merging a pull request may close this issue.
Given:
The markup produces a span at 12..14, and an output text of
class C { }\r\r\n
.The span should be 12..13 and the output should only have one
\r
The text was updated successfully, but these errors were encountered: