Revert "Fix string assignment in test"

This reverts commit c4fd81669f6fe751e19beff9afe3d2fee34763a9.
This commit is contained in:
Troels Dalsgaard Hoffmeyer 2020-09-14 16:30:06 +02:00
parent db58df22c6
commit bd16ebaee8

View File

@ -1817,7 +1817,7 @@ JSONTEST_FIXTURE_LOCAL(ValueTest, StaticString) {
JSONTEST_FIXTURE_LOCAL(ValueTest, WideString) {
// https://github.com/open-source-parsers/jsoncpp/issues/756
const std::string uni = "式,进"; //u8"\u5f0f\uff0c\u8fdb"
const std::string uni = u8"\u5f0f\uff0c\u8fdb"; // "式,进"
std::string styled;
{
Json::Value v;