[BACK]Return to entry.t CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / t

Diff for /todotxt/Text-Todo/t/entry.t between version 1.8 and 1.9

version 1.8, 2010/01/09 07:07:31 version 1.9, 2010/01/10 22:52:32
Line 7 
Line 7 
 #       AUTHOR:  Andrew Fresh (AAF), andrew@cpan.org  #       AUTHOR:  Andrew Fresh (AAF), andrew@cpan.org
 #      COMPANY:  Red River Communications  #      COMPANY:  Red River Communications
 #      CREATED:  07/10/09 11:32:39  #      CREATED:  07/10/09 11:32:39
 #     REVISION:  $RedRiver: entry.t,v 1.7 2010/01/08 17:41:56 andrew Exp $  #     REVISION:  $RedRiver: entry.t,v 1.8 2010/01/09 07:07:31 andrew Exp $
 #===============================================================================  #===============================================================================
   
 use strict;  use strict;
Line 22 
Line 22 
 diag("Testing entry $class $Text::Todo::Entry::VERSION");  diag("Testing entry $class $Text::Todo::Entry::VERSION");
   
 my %sample = (  my %sample = (
     text     => '(B) @home @work send email to andrew@cpan.org +say_thanks',      text     => '(B) @home @work send email to andrew@cpan.org + +say_thanks',
     priority => 'B',      priority => 'B',
     contexts => [ 'home', 'work' ],      contexts => [ 'home', 'work' ],
     projects => ['say_thanks'],      projects => [ '', 'say_thanks' ],
     prepend  => 'before',      prepend  => 'before',
     append   => 'or something',      append   => 'or something',
     new_project => 'notnapping',      new_project => 'notnapping',

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>