mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-24 04:32:32 -04:00
Revert "Fix string assignment in test"
This reverts commit c4fd81669f6fe751e19beff9afe3d2fee34763a9.
This commit is contained in:
parent
db58df22c6
commit
bd16ebaee8
@ -1817,7 +1817,7 @@ JSONTEST_FIXTURE_LOCAL(ValueTest, StaticString) {
|
|||||||
|
|
||||||
JSONTEST_FIXTURE_LOCAL(ValueTest, WideString) {
|
JSONTEST_FIXTURE_LOCAL(ValueTest, WideString) {
|
||||||
// https://github.com/open-source-parsers/jsoncpp/issues/756
|
// 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;
|
std::string styled;
|
||||||
{
|
{
|
||||||
Json::Value v;
|
Json::Value v;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user