ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/t/57_incr.t
(Generate patch)

Comparing CBOR-XS/t/57_incr.t (file contents):
Revision 1.2 by root, Tue Dec 10 14:01:53 2013 UTC vs.
Revision 1.3 by root, Tue Dec 10 14:53:18 2013 UTC

1BEGIN { $| = 1; print "1..140\n"; } 1BEGIN { $| = 1; print "1..141\n"; }
2 2
3use CBOR::XS; 3use CBOR::XS;
4 4
5print "ok 1\n"; 5print "ok 1\n";
6my $tst = 0; 6my $tst = 1;
7 7
8sub tst($$) { 8sub tst($$) {
9 my ($cbor, $correct) = @_; 9 my ($cbor, $correct) = @_;
10 10
11 # chop 11 # chop

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines