mirror of
https://github.com/nlohmann/json.git
synced 2025-07-22 15:21:52 +03:00
🔨 trying to fix #367
Code from https://stackoverflow.com/a/44503794/266378 which is hopefully working with MSVC.
This commit is contained in:
@ -711,7 +711,6 @@ TEST_CASE("regression tests")
|
||||
"[json.exception.parse_error.101] parse error at 1: syntax error - unexpected end of input");
|
||||
}
|
||||
|
||||
/*
|
||||
SECTION("second example from #529")
|
||||
{
|
||||
std::string str = "{\n\"one\" : 1,\n\"two\" : 2\n}\n{\n\"three\" : 3\n}";
|
||||
@ -749,7 +748,6 @@ TEST_CASE("regression tests")
|
||||
|
||||
std::remove("test.json");
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
SECTION("issue #389 - Integer-overflow (OSS-Fuzz issue 267)")
|
||||
|
Reference in New Issue
Block a user