Activity log for bug #1100373

Date Who What changed Old value New value Message
2013-01-16 17:03:37 Matt Jones bug added bug
2013-01-16 17:05:11 Matt Jones summary Make should_ functions work with large and multiline values. Make should_ functions work with multiline values.
2013-01-23 03:56:52 Matt Jones description "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>." "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>."
2013-01-23 04:02:02 Matt Jones summary Make should_ functions work with multiline values. Make should_ functions escape multiline values.
2013-01-23 04:05:11 Matt Jones dlanghelper: status Confirmed Fix Committed
2013-02-14 11:38:52 Matt Jones dlanghelper: status Fix Committed Fix Released