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.1 by root, Sun Oct 27 22:35:15 2013 UTC vs.
Revision 1.2 by root, Mon Oct 28 22:50:50 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines