Fixing bug with xml comments always using the line break for the syst… #21
ValidatePullRequest.yml
on: pull_request
Run Tests
1m 4s
Builds Playground
1m 2s
Check Formatting
28s
Check TODOs
9s
Matrix: Test CSharpier.MSBuild
Annotations
2 errors
|
Run Tests
Process completed with exit code 1.
|
|
Format_XML_With_Multiline_Comment_Uses_Consistent_Line_Breaks("\r\n"):
Src/CSharpier.Tests/CommandLineFormatterTests.cs#L886
Expected string to be "<Root>
<Element />
<!--
SomeText
-->
</Root>
" with a length of 59, but "<Root>
<Element />
<!--
SomeText
-->
</Root>
" has a length of 57, differs near "
" (index 29).
|