MCPcopy Create free account
hub / github.com/boostorg/json / testPath

Method testPath

test/parse_into.cpp:509–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 }
508
509 void testPath()
510 {
511#ifndef BOOST_NO_CXX17_HDR_FILESYSTEM
512 testParseInto< std::filesystem::path >( "c:/" );
513 testParseInto< std::filesystem::path >( ".." );
514 testParseInto< std::filesystem::path >( "../" );
515#endif // BOOST_NO_CXX17_HDR_FILESYSTEM
516 }
517
518 void run()
519 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected