/[Frey]/trunk/t/05-Frey-View-JSON.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/05-Frey-View-JSON.t

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

trunk/t/05-frey-json.t revision 467 by dpavlin, Wed Nov 19 19:28:09 2008 UTC trunk/t/05-Frey-View-JSON.t revision 962 by dpavlin, Wed Jan 7 19:42:36 2009 UTC
# Line 17  ok( my $o = Frey::View::JSON->new( data Line 17  ok( my $o = Frey::View::JSON->new( data
17  ok( my $markup = $o->as_markup, 'markup' );  ok( my $markup = $o->as_markup, 'markup' );
18  diag $markup if $debug;  diag $markup if $debug;
19  like( $markup, qr/foo.*bar/, 'correct' );  like( $markup, qr/foo.*bar/, 'correct' );
20  cmp_ok( $o->page, 'eq', $markup, 'no html markup' );  cmp_ok( $o->html_page, 'eq', $markup, 'no html markup' );
21    

Legend:
Removed from v.467  
changed lines
  Added in v.962

  ViewVC Help
Powered by ViewVC 1.1.26