mirror of
https://github.com/boostorg/json.git
synced 2025-05-11 21:53:58 +00:00
increase value_to coverage
This commit is contained in:
parent
fc255cf114
commit
7b16bf74e6
@ -564,6 +564,8 @@ public:
|
|||||||
BOOST_TEST(
|
BOOST_TEST(
|
||||||
paths == (Paths{
|
paths == (Paths{
|
||||||
"from/here", "to/there", "", "c:/" , "..", "../"}) );
|
"from/here", "to/there", "", "c:/" , "..", "../"}) );
|
||||||
|
BOOST_TEST_THROWS_WITH_LOCATION(
|
||||||
|
value_to<std::filesystem::path>( value(1), ctx... ));
|
||||||
#endif // BOOST_NO_CXX17_HDR_FILESYSTEM
|
#endif // BOOST_NO_CXX17_HDR_FILESYSTEM
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user