Group
Extension

Matches 1

Cpanel-JSON-XS ( R/RU/RURBAN/Cpanel-JSON-XS-4.37.tar.gz, RURBAN, 2023; MetaCPAN )
Cpanel-JSON-XS/t/30_jsonspec.t ( view source; MetaCPAN )
lt = eval { $json->decode($str) };
 TODO: {
    local $TODO = "$name" if exists $todo{$name};
    isnt($@, '', "parsing error with $name ".substr($@,0,40));
    is($result, undef, "undef result with $
    if ($str eq 'null') {
      is($result, undef, "valid result with $name");
    } else {
      isnt($result, undef, "valid result with $name");
    }
  }
}

# result undefined, relaxed may vary
sub
xists $todo{$name};
    is($@, '', "no parsing error with undefined $name ".substr($@,0,40));
    isnt($result, undef, "valid result with undefined $name");
    if ($name =~ /nonchar/) {
      like ($

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.