commit
67ed63b196
21 changed files with 547 additions and 60 deletions
|
@ -39,7 +39,7 @@ TEST_CASE("version information")
|
|||
json j = json::meta();
|
||||
|
||||
CHECK(j["name"] == "JSON for Modern C++");
|
||||
CHECK(j["copyright"] == "(C) 2013-2017 Niels Lohmann");
|
||||
CHECK(j["copyright"] == "(C) 2013-2020 Niels Lohmann");
|
||||
CHECK(j["url"] == "https://github.com/nlohmann/json");
|
||||
CHECK(j["version"] == json(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue