Attempt to satisfy Coveralls by adding a test for (unchanged) operator std::string
This commit is contained in:
parent
c850e9d82d
commit
5da757bbb3
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ TEST_CASE("JSON pointers")
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
CHECK(json::json_pointer(ptr).to_string() == ptr);
|
CHECK(json::json_pointer(ptr).to_string() == ptr);
|
||||||
|
CHECK(std::string(json::json_pointer(ptr)) == ptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue