--- JSON-XS/t/99_binary.t 2007/12/05 10:59:31 1.2 +++ JSON-XS/t/99_binary.t 2009/01/10 20:05:40 1.3 @@ -31,7 +31,7 @@ ok ($_[0] eq JSON::XS->new->shrink->decode ($js)->[0], 7); } -srand 0; # doesn't help too much, but its at leats more deterministic +srand 0; # doesn't help too much, but its at least more deterministic for (1..768) { test join "", map chr ($_ & 255), 0..$_; @@ -39,3 +39,4 @@ test join "", map chr ($_ * 97 & ~0x4000), 0..$_; test join "", map chr (rand (2**20) & ~0x800), 0..$_; } +