mirror of
https://github.com/nlohmann/json
synced 2024-11-29 15:11:04 +00:00
Merge branch 'develop' into feature/undo-number-roundtrip
This commit is contained in:
commit
b47fdf88ee
@ -1285,7 +1285,7 @@ TEST_CASE("constructors")
|
||||
|
||||
SECTION("create a JSON value from an input stream")
|
||||
{
|
||||
SECTION("sts::stringstream")
|
||||
SECTION("std::stringstream")
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << "[\"foo\",1,2,3,false,{\"one\":1}]";
|
||||
@ -14067,7 +14067,7 @@ TEST_CASE("regression tests")
|
||||
CHECK(dest == expected);
|
||||
}
|
||||
|
||||
SECTION("issue ##235 - ambiguous overload for 'push_back' and 'operator+='")
|
||||
SECTION("issue #235 - ambiguous overload for 'push_back' and 'operator+='")
|
||||
{
|
||||
json data = {{"key", "value"}};
|
||||
data.push_back({"key2", "value2"});
|
||||
|
Loading…
Reference in New Issue
Block a user