🚧 renamed version()
to meta()
This commit is contained in:
parent
e1b89dd1d6
commit
dd45ba6f89
3 changed files with 10 additions and 9 deletions
|
@ -35,6 +35,7 @@ TEST_CASE("version information")
|
|||
{
|
||||
SECTION("version()")
|
||||
{
|
||||
CHECK(json::version()["name"] == "JSON for Modern C++");
|
||||
CHECK(json::meta()["name"] == "JSON for Modern C++");
|
||||
CHECK(json::meta()["compiler"] == "JSON for Modern C++");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue