mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
📄 update copyright year
This commit is contained in:
parent
085d497bf7
commit
01f6b2e741
@ -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(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user