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

Comparing CBOR-XS/t/54_sharing.t (file contents):
Revision 1.1 by root, Sat Nov 30 18:13:53 2013 UTC vs.
Revision 1.2 by root, Fri Sep 8 05:47:10 2023 UTC

1BEGIN { $| = 1; print "1..11\n"; } 1BEGIN { $| = 1; print "1..11\n"; }
2BEGIN { $^W = 0 } # hate 2BEGIN { $^W = 0 } # hate
3for(1..1e5){
3 4
4use CBOR::XS; 5use CBOR::XS;
5 6
6print "ok 1\n"; 7print "ok 1\n";
7 8
28 29
29print ARRAY:: eq ref $dec ? "" : "not ", "ok 9\n"; 30print ARRAY:: eq ref $dec ? "" : "not ", "ok 9\n";
30print $dec == $dec->[0] ? "" : "not ", "ok 10\n"; 31print $dec == $dec->[0] ? "" : "not ", "ok 10\n";
31 32
32print "ok 11\n"; 33print "ok 11\n";
34}
33 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines