Attempt to satisfy Coveralls by adding a test for (unchanged) operator std::string
This commit is contained in:
parent
c850e9d82d
commit
5da757bbb3
@ -438,6 +438,7 @@ TEST_CASE("JSON pointers")
|
||||
})
|
||||
{
|
||||
CHECK(json::json_pointer(ptr).to_string() == ptr);
|
||||
CHECK(std::string(json::json_pointer(ptr)) == ptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user