assertThat( "abd\n123" ).isEqualTo( "abd\r\n123" );
prints this
] PasswordCredentialsSerializationTest.testSerialize:33 expected:<"abd[
123"> but was:<"abd[]
123">
asside from interesting positioning of square brackets, is there any way to get assertj to print the the actual whitespace characters? one of the hard things to find in tests comparing large strings (and this is not a large string) is when the only thing different is whitespace characters.