Subject: | The test description of eq_or_diff is lost, when using Test::Differences::Color |
Date: | Fri, 26 Apr 2013 14:24:25 +0100 |
To: | bug-test-differences-color [...] rt.cpan.org |
From: | Pierre M <piemas25 [...] gmail.com> |
simple example:
eq_or_diff('same text', 'same text', 'test description');
outputs 'ok - test description' when i DON'T use Test::Differences::Color
while it outputs
L90: my return = Test::Differences::eq_or_diff($data1, $data2)
when i DO use Text::Difference::Color
it's really a shame, i loved this module as soon as a started using it
(thank you!), but soon realized that i couldn't get any test
description with it, which makes it impossible for me to use it.
I must say, i don't understand the code of Test::Differences::Color,
so i cannot submit a patch. Sorry about that.