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

Comparing CBOR-XS/t/52_object.t (file contents):
Revision 1.2 by root, Mon Oct 28 22:50:50 2013 UTC vs.
Revision 1.3 by root, Mon Oct 28 22:59:39 2013 UTC

1BEGIN { $| = 1; print "1..20\n"; } 1BEGIN { $| = 1; print "1..20\n"; }
2 2
3while(){
4use CBOR::XS; 3use CBOR::XS;
5 4
6print "ok 1\n"; 5print "ok 1\n";
7 6
8sub CBOR::XS::tocbor::TO_CBOR { 7sub CBOR::XS::tocbor::TO_CBOR {
45 44
46$dec = decode_cbor $enc; 45$dec = decode_cbor $enc;
47print $dec eq 777 ? "" : "not ", "ok 19\n"; 46print $dec eq 777 ? "" : "not ", "ok 19\n";
48 47
49print "ok 20\n"; 48print "ok 20\n";
50}
51 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines