Make should_ functions escape multiline values.

Bug #1100373 reported by Matt Jones
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
D Lang Helper
Fix Released
Low
Unassigned

Bug Description

"hello\n\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\n\nworld> expected to equal <hello\nworld>."

Matt Jones (workhorsy)
summary: - Make should_ functions work with large and multiline values.
+ Make should_ functions work with multiline values.
Matt Jones (workhorsy)
description: updated
Revision history for this message
Matt Jones (workhorsy) wrote :
summary: - Make should_ functions work with multiline values.
+ Make should_ functions escape multiline values.
Changed in dlanghelper:
status: Confirmed → Fix Committed
Matt Jones (workhorsy)
Changed in dlanghelper:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.