Browse Source

UniValue: don't escape solidus, keep espacing of reverse solidus

Zcash: The UniValue changes are already merged; this updates the test
pull/4/head
Jonas Schnelli 9 years ago
committed by Jack Grigg
parent
commit
5548701eeb
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      src/test/univalue_tests.cpp

2
src/test/univalue_tests.cpp

@ -286,7 +286,7 @@ BOOST_AUTO_TEST_CASE(univalue_object)
}
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)
{

Loading…
Cancel
Save