On Tuesday, Sep 9, 2003, at 10:52 Europe/London, Tony Bowden wrote: [snip]
1) ok $str1 eq $str2;
2) is $str1, $str2;
3) is_deeply [$str1], [$str2];
4) is_deeply $str1, $str2;

All should pass as far as I am concerned.


The Test::More deeply behaviour matches my intuitions, and I would have tests that break if this changed (although the documentation could be a little clearer - I know, I should write a patch :-)

If I need to do other sorts deep comparisons I know where to go.

(didn't we have a similar discussion a few months back?)

Adrian



Reply via email to