On Fri, Dec 21, 2001 at 04:00:34PM +0100, Philip Newton wrote:
> On Mon, 17 Dec 2001 04:52:13 -0500, [EMAIL PROTECTED] (Michael G
> Schwern) wrote:
>
> > isa_ok()
> > Handles unblessed refs now -> isa_ok([], 'ARRAY');
> >
> > Better diagnostics.
> > not ok 1 - The object isa Bar
On Mon, 17 Dec 2001 04:52:13 -0500, [EMAIL PROTECTED] (Michael G
Schwern) wrote:
> isa_ok()
> Handles unblessed refs now -> isa_ok([], 'ARRAY');
>
> Better diagnostics.
> not ok 1 - The object isa Bar
> # Failed test (-e at line 1)
> # The object isn't a '
This fixes a bug or two and improves readability by removing the middle
column of indexes if and only if it is identical to the first column and
by performing selective whitespace excaping to highlight differences in
whitespace (see below).
- Barrie
t/99example1..3
not ok 1 - differences in
On Wed, Dec 19, 2001 at 04:11:00PM -0500, Barrie Slaymaker wrote:
>
> Looks nice to me (not that I have anything to do with Schwern's modules
> :), but I think it needs to be in Test::More instead of Test::Simple.
Sorry, misread the patch (gah, need a vacation).
- Barrie