/[VRac]/M6502/t/05-M6502.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 /M6502/t/05-M6502.t

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

revision 203 by dpavlin, Sun Apr 13 22:04:44 2008 UTC revision 204 by dpavlin, Mon Apr 14 15:03:56 2008 UTC
# Line 6  use strict; Line 6  use strict;
6  use blib;  use blib;
7  use lib './lib';  use lib './lib';
8    
9  use Test::More tests => 192;  use Test::More tests => 226;
10  use Test::Exception;  use Test::Exception;
11  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
12    
# Line 90  my @flip_tests = ( Line 90  my @flip_tests = (
90          { fill => 0b11101101, expect => 0b10110111, callbacks => 0x22 },          { fill => 0b11101101, expect => 0b10110111, callbacks => 0x22 },
91          { fill => 0b11110000, expect => 0b00001111, callbacks => 0x11 },          { fill => 0b11110000, expect => 0b00001111, callbacks => 0x11 },
92          { fill => 0b11110011, expect => 0b11001111, callbacks => 0x01 },          { fill => 0b11110011, expect => 0b11001111, callbacks => 0x01 },
93            { fill => 0b11110011, expect => 0b11001111, callbacks => 0x00 },
94  );  );
95    
96  my $i = 1;  my $i = 1;

Legend:
Removed from v.203  
changed lines
  Added in v.204

  ViewVC Help
Powered by ViewVC 1.1.26