/[Frey]/trunk/t/02-frey-web.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 /trunk/t/02-frey-web.t

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

revision 526 by dpavlin, Thu Nov 20 12:56:37 2008 UTC revision 527 by dpavlin, Wed Nov 26 02:35:59 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 24;  use Test::More tests => 25;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 43  diag $html if $debug; Line 43  diag $html if $debug;
43  like( $html, qr{text/javascript.*\.js}, 'have js' );  like( $html, qr{text/javascript.*\.js}, 'have js' );
44  like( $html, qr{text/css.*\.css}, 'have css' );  like( $html, qr{text/css.*\.css}, 'have css' );
45  like( $html, qr{head html}, 'have html' );  like( $html, qr{head html}, 'have html' );
46    like( $html, qr{icon}, 'have icon' );
47    
48  html_ok( $html, 'html lint' );  html_ok( $html, 'html lint' );
49    

Legend:
Removed from v.526  
changed lines
  Added in v.527

  ViewVC Help
Powered by ViewVC 1.1.26