/[maps]/t/nmea.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 /t/nmea.t

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

revision 28 by dpavlin, Fri Dec 7 03:51:24 2007 UTC revision 29 by dpavlin, Fri Dec 7 04:05:07 2007 UTC
# Line 15  while(<DATA>) { Line 15  while(<DATA>) {
15          my $hash = NMEA->line( $_ );          my $hash = NMEA->line( $_ );
16    
17          ok( $hash, 'line' ) if $hash;          ok( $hash, 'line' ) if $hash;
18            diag dump( $hash );
19  }  }
20    
21  ok( my $stats = NMEA->stats, 'stats' );  ok( my $stats = NMEA->stats, 'stats' );

Legend:
Removed from v.28  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC 1.1.26