Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 13495
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Better multi-line diagnostics.
Multi-line diagnostics from is() come out sloppily. # got: '> Some things seem # > seem the same # ' # expected: '> Some things # > seem the same # ' It would be easier to read like this # got: # '> Some things seem # > seem the same # ' # expected: # '> Some things # > seem the same # ' If got and/or expected are multi-line is() should output in a format like the above.
This is better handled with YAML diagnostics outputting with |
On Fri Aug 27 23:04:27 2010, MSCHWERN wrote: Show quoted text
> This is better handled with YAML diagnostics outputting with |
Test2::Suite provides a better is() with better diagnostics. We cannot change the diagnostics from is() at this point without breaking a lot of things.