Comment 0 for bug 1100373

Revision history for this message
Matt Jones (workhorsy) wrote : Make should_ functions work with large and multiline values.

"hello\nworld".should_equal("hello\nworld");

With values that spread over multiple lines, they look like this:
"<hello
world> expected to equal <hello
world>."

It should look like this:
"<hello\nworld> expected to equal <hello\nworld>."