Commit 5da757bb authored by garethsb-sony's avatar garethsb-sony Committed by gbsylveg

Attempt to satisfy Coveralls by adding a test for (unchanged) operator std::string

parent c850e9d8
...@@ -438,6 +438,7 @@ TEST_CASE("JSON pointers") ...@@ -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);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment