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

Comparing CBOR-XS/t/50_rfc.t (file contents):
Revision 1.1 by root, Sat Oct 26 10:41:12 2013 UTC vs.
Revision 1.2 by root, Sat Oct 26 11:11:01 2013 UTC

5use Data::Dumper; 5use Data::Dumper;
6use CBOR::XS; 6use CBOR::XS;
7 7
8binmode DATA; 8binmode DATA;
9binmode STDOUT, ":utf8"; 9binmode STDOUT, ":utf8";
10
11my $test;
10 12
11sub ok($;$) { 13sub ok($;$) {
12 print $_[0] ? "" : "not ", "ok ", ++$test, " - $_[1]\n"; 14 print $_[0] ? "" : "not ", "ok ", ++$test, " - $_[1]\n";
13} 15}
14 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines