add comments
This commit is contained in:
parent
4f222be7f2
commit
889e4ce05d
@ -20,7 +20,7 @@ BOOST_AUTO_TEST_CASE(json_escaping)
|
|||||||
|
|
||||||
input = "Aleja \"Solidarnosci\"";
|
input = "Aleja \"Solidarnosci\"";
|
||||||
EscapeJSONString(input, output);
|
EscapeJSONString(input, output);
|
||||||
BOOST_CHECK_EQUAL(SizeOfEscapedJSONString(input), 24);
|
BOOST_CHECK_EQUAL(SizeOfEscapedJSONString(input), 22);
|
||||||
BOOST_CHECK_EQUAL(output, "Aleja \\\"Solidarnosci\\\"");
|
BOOST_CHECK_EQUAL(output, "Aleja \\\"Solidarnosci\\\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user