Related with #766 but not the same, and not fixed with bfe16d2
To reproduce: example test appended to testPrintHandler()
json = "[[\"a\"],[\"b\",\"c\"]]";
ostr.str("");
pHandler->setIndent(0);
parser.reset();
parser.parse(json);
assert (json == ostr.str());
The test doesn't pass.
Print handler outputs
[["a"]["b","c"]]
Related with #766 but not the same, and not fixed with bfe16d2
To reproduce: example test appended to testPrintHandler()
The test doesn't pass.
Print handler outputs
[["a"]["b","c"]]