Merge branch 'develop' of https://github.com/nlohmann/json into ci

This commit is contained in:
Niels Lohmann 2021-01-03 21:58:39 +01:00
commit b36f40b7d5
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -39,7 +39,7 @@ TEST_CASE("version information")
json j = json::meta();
CHECK(j["name"] == "JSON for Modern C++");
CHECK(j["copyright"] == "(C) 2013-2020 Niels Lohmann");
CHECK(j["copyright"] == "(C) 2013-2021 Niels Lohmann");
CHECK(j["url"] == "https://github.com/nlohmann/json");
CHECK(j["version"] == json(
{