MCPcopy Create free account
hub / github.com/boostorg/filesystem / lexically_proximate_test

Function lexically_proximate_test

test/relative_test.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void lexically_proximate_test()
91{
92 cout << "lexically_proximate_test..." << endl;
93 // paths unrelated
94 BOOST_TEST(path("a/b/c").lexically_proximate("x") == "a/b/c");
95}
96
97} // unnamed namespace
98

Callers 1

test_mainFunction · 0.85

Calls 2

lexically_proximateMethod · 0.80
pathFunction · 0.70

Tested by

no test coverage detected