We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd3523 commit e800120Copy full SHA for e800120
CONTRIBUTORS.txt
@@ -9,5 +9,6 @@ Brian Wengert (bwengert79)
9
Leslie Brody (Les1966)
10
Michael M (M1xa)
11
Matt Peterson (MattPeterson1)
12
+Dmitry Kolomiets (kolomiets)
13
14
Release/tests/Functional/json/construction_tests.cpp
@@ -153,9 +153,9 @@ TEST(constructor_overloads)
153
json::value v5(U("Hello Again!"));
154
json::value v6(U("YES YOU KNOW IT"));
155
json::value v7(U("HERE ID IS"));
156
- json::value v8(U("Hello not-escaped!"), true);
157
158
const utility::char_t* p9 = U("Hello not-escaped!");
+ json::value v8(p9, true);
159
json::value v9(p9, false);
160
161
VERIFY_ARE_EQUAL(v0.type(), json::value::Null);
0 commit comments