ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/t/02_error.t
(Generate patch)

Comparing JSON-XS/t/02_error.t (file contents):
Revision 1.6 by root, Wed Dec 5 10:59:29 2007 UTC vs.
Revision 1.7 by root, Thu Nov 20 03:59:53 2008 UTC

1BEGIN { $| = 1; print "1..31\n"; } 1BEGIN { $| = 1; print "1..31\n"; }
2 2
3use utf8; 3use utf8;
4use JSON::XS; 4use JSON::XS;
5no warnings;
5 6
6our $test; 7our $test;
7sub ok($) { 8sub ok($) {
8 print $_[0] ? "" : "not ", "ok ", ++$test, "\n"; 9 print $_[0] ? "" : "not ", "ok ", ++$test, "\n";
9} 10}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines