UniValue: don't escape solidus, keep espacing of reverse solidus
Zcash: The UniValue changes are already merged; this updates the test
This commit is contained in:
committed by
Jack Grigg
parent
788d8e6a6f
commit
5548701eeb
@@ -286,7 +286,7 @@ BOOST_AUTO_TEST_CASE(univalue_object)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char *json1 =
|
static const char *json1 =
|
||||||
"[1.10000000,{\"key1\":\"str\\u0000\",\"key2\":800,\"key3\":{\"name\":\"martian\"}}]";
|
"[1.10000000,{\"key1\":\"str\\u0000\",\"key2\":800,\"key3\":{\"name\":\"martian http://test.com\"}}]";
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(univalue_readwrite)
|
BOOST_AUTO_TEST_CASE(univalue_readwrite)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user