FileAssert_content_Test#should_return_StringAssert_on_path_content() fails
See original GitHub issueSummary
At the end the method calls StandardComparisonStrategy#areEqual with actual\n
and actual\r\n
.
Windows/Temurin-11
Example
this = {StandardComparisonStrategy@3863}
actual = "actual\n"
value = {byte[7]@3866} [97, 99, 116, 117, 97, 108, 10]
coder = 0
hash = 0
other = "actual\r\n"
value = {byte[8]@3865} [97, 99, 116, 117, 97, 108, 13, 10]
coder = 0
hash = 0
actualClass = {Class@596} "class java.lang.String"
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The test mentioned is passing on my windows machine (Windows 10).
Maybe something’s wrong with my environment.