test "string equality" do
assert_equal "hello", "hello\n"
end
produces
Expected objects to be equal (compared with `actual == expected`):
Actual Expected
No changes.
Oddly it is only this exact case. assert_equal "hello", "hello\n\n" and assert_equal "hello\n", "hello\n\n" both show a diff.