/[Frey]/branches/zimbardo/t/06-frey-translate.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/06-frey-translate.t

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

revision 311 by dpavlin, Wed Nov 5 20:02:46 2008 UTC revision 455 by dpavlin, Wed Nov 19 15:28:23 2008 UTC
# Line 16  BEGIN { Line 16  BEGIN {
16  ok( my $o = Frey::Translate->new(  ok( my $o = Frey::Translate->new(
17          from => 'en', to => 'it', text => 'hello world',          from => 'en', to => 'it', text => 'hello world',
18  ), 'new' );  ), 'new' );
19  ok( my $data = $o->data, 'data' );  ok( my $data = $o->as_data, 'data' );
20  diag $data if $debug;  diag $data if $debug;
21  like( $data, qr/ciao a tutti/, 'speaks it' );  like( $data, qr/ciao a tutti/, 'speaks it' );
22    

Legend:
Removed from v.311  
changed lines
  Added in v.455

  ViewVC Help
Powered by ViewVC 1.1.26