/[pxelator]/lib/PXElator/t/html.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/t/html.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 179 by dpavlin, Thu Aug 6 22:27:34 2009 UTC revision 180 by dpavlin, Sun Aug 9 18:56:04 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5  use autodie;  use autodie;
6    
7  use Test::More tests => 4;  use Test::More tests => 5;
8    
9  use_ok 'html';  use_ok 'html';
10    
# Line 16  diag $html; Line 16  diag $html;
16    
17  ok( $html = html::select( 'dropdown', 2, 1, 2, 3 ), 'select' );  ok( $html = html::select( 'dropdown', 2, 1, 2, 3 ), 'select' );
18  diag $html;  diag $html;
19    
20    ok( $html = html::pre_dump( foo => 1, bar => 'baz' ), 'pre_dump' );
21    diag $html;

Legend:
Removed from v.179  
changed lines
  Added in v.180

  ViewVC Help
Powered by ViewVC 1.1.26