Skip to content

Commit 59830ba

Browse files
author
Ognjen Sobajic
committed
Json bug fixed
1 parent 7448993 commit 59830ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Release/tests/Functional/json/parsing_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ TEST(Konnichiwa)
254254
TEST(Russian)
255255
{
256256
utility::string_t ws = U("{ \"results\" : [ { \"id\" : 272655310, \"name\" : \"Андрей Иванов\" } ] }");
257-
258257
json::value v1 = json::value::parse(ws);
259258
auto s2 = v1.to_string();
260259

0 commit comments

Comments
 (0)