Show
Ignore:
Timestamp:
09/22/08 22:57:38 (4 months ago)
Author:
karpet
Message:

all tests passing, all (known) leaks fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/bindings/perl/t/08-handler.t

    r2029 r2176  
    44 
    55#ok( my $s3 = SWISH::3->new( handler => sub { diag("got data: $_[0] ") } ), 
    6 ok( my $s3 = SWISH::3->new(  ), 
    7     "new parser" ); 
     6ok( my $s3 = SWISH::3->new(), "new parser" ); 
    87ok( $s3->parse("t/test.html"), "parse HTML" ); 
    98ok( $s3->parse("t/test.xml"),  "parse XML" );