Skip Menu |

This queue is for tickets about the MozRepl CPAN distribution.

Report information
The Basics
Id: 95886
Status: new
Priority: 0/
Queue: MozRepl

People
Owner: Nobody in particular
Requestors: CDRAKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Quoting problem in JSONstring.make
This pretty much says it all:- # Failed test at t/20-plugin-json.t line 17. # got: '"{"a":1,"b":2}"' # expected: '{"a":1,"b":2}' Environment = Centos 6.3 x64 [DEBUG] define method : json t/20-plugin-json.t .................... 1/2 [DEBUG] .------------+------------------------------------------. | type | content | +------------+------------------------------------------+ | command | JSONstring.make({ a: 1, b: 2 }); | | result | "{"a":1, | | | "b":2}" | '------------+------------------------------------------' # Failed test at t/20-plugin-json.t line 17. # got: '"{"a":1,"b":2}"' # expected: '{"a":1,"b":2}' # Looks like you failed 1 test of 2. t/20-plugin-json.t .................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests