=================================================================== RCS file: /cvs/todotxt/Text-Todo/t/entry.t,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- todotxt/Text-Todo/t/entry.t 2010/01/09 07:07:31 1.8 +++ todotxt/Text-Todo/t/entry.t 2010/01/10 22:52:32 1.9 @@ -7,7 +7,7 @@ # AUTHOR: Andrew Fresh (AAF), andrew@cpan.org # COMPANY: Red River Communications # 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; @@ -22,10 +22,10 @@ diag("Testing entry $class $Text::Todo::Entry::VERSION"); 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', contexts => [ 'home', 'work' ], - projects => ['say_thanks'], + projects => [ '', 'say_thanks' ], prepend => 'before', append => 'or something', new_project => 'notnapping',