/[Frey]/branches/no-pager/t/07-frey-svk.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/no-pager/t/07-frey-svk.t

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

revision 505 by dpavlin, Mon Nov 24 22:21:02 2008 UTC revision 535 by dpavlin, Wed Nov 26 16:17:17 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 5;  use Test::More tests => 6;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 24  diag dump $data if $debug; Line 24  diag dump $data if $debug;
24  ok( my $info = $o->info, 'info' );  ok( my $info = $o->info, 'info' );
25  diag dump $info; # if $debug;  diag dump $info; # if $debug;
26    
27    ok( my $markup = $o->as_markup, 'as_markup' );
28    diag dump $markup if $debug;
29    

Legend:
Removed from v.505  
changed lines
  Added in v.535

  ViewVC Help
Powered by ViewVC 1.1.26