/[Frey]/branches/zimbardo/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 /branches/zimbardo/t/02-Frey-Web.t

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

revision 444 by dpavlin, Wed Nov 19 02:52:42 2008 UTC revision 446 by dpavlin, Wed Nov 19 03:11:11 2008 UTC
# Line 35  ok( my @head = $o->head, 'js' ); Line 35  ok( my @head = $o->head, 'js' );
35  diag dump( @head ) if $debug;  diag dump( @head ) if $debug;
36    
37  ok( $o->add_head( '/static/introspect.css' ), 'add_head css' );  ok( $o->add_head( '/static/introspect.css' ), 'add_head css' );
38  ok( $o->add_head( '<!-- head html -->' ),     'add_head html' );  ok( $o->add_head( "<!--\nhead html\n-->" ),     'add_head html' );
39    
40  ok( my $html = $o->page( title => 'Test', body => '<!-- in-body -->' ), 'page' );  ok( my $html = $o->page( title => 'Test', body => '<!-- in-body -->' ), 'page' );
41  diag $html if $debug;  diag $html if $debug;

Legend:
Removed from v.444  
changed lines
  Added in v.446

  ViewVC Help
Powered by ViewVC 1.1.26