/[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

Annotation of /lib/PXElator/t/html.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations)
Wed Aug 5 23:22:17 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 257 byte(s)
added client hostname and deploy of configuration over web
1 dpavlin 43 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5     use autodie;
6    
7 dpavlin 153 use Test::More tests => 3;
8 dpavlin 43
9     use_ok 'html';
10    
11     ok( my $html = html::table( 2, qw/a1 a2 b1 b2 c1 c2/ ), 'table' );
12     diag $html;
13    
14 dpavlin 153 ok( $html = html::select( 'dropdown', 2, 1, 2, 3 ), 'select' );
15     diag $html;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26