File: 08_pc_base_nv.t

package info (click to toggle)
libcpanel-json-xs-perl 4.39-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,872 kB
  • sloc: perl: 1,165; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use Test::More tests => 1;

# copied over from JSON::PC and modified to use Cpanel::JSON::XS

use strict;
use Cpanel::JSON::XS;
my $o = decode_json("[-0.12]");

is($o->[0],"-0.12");