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