You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/input.output/filesystems/class.path
Eric Fiselier da05bdc85c Implement LWG 3096: path::lexically_relative is confused by trailing slashes
path("/dir/").lexically_relative("/dir"); now returns "." instead of ""

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349885 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
path.itr Implement <filesystem> 6 years ago
path.member Implement LWG 3096: path::lexically_relative is confused by trailing slashes 6 years ago
path.nonmember Implement LWG 3065: Make path operators friends. 6 years ago
synop.pass.cpp Implement <filesystem> 6 years ago