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/path.member
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.assign Implement <filesystem> 6 years ago
path.construct Implement <filesystem> 6 years ago
path.decompose Implement <filesystem> 6 years ago
path.gen Implement LWG 3096: path::lexically_relative is confused by trailing slashes 6 years ago
path.generic.obs Implement <filesystem> 6 years ago
path.modifiers Implement <filesystem> 6 years ago
path.native.obs Implement <filesystem> 6 years ago
path.query Implement <filesystem> 6 years ago
path.append.pass.cpp Implement <filesystem> 6 years ago
path.compare.pass.cpp Implement LWG 2936: Path comparison is defined in terms of the generic format 6 years ago
path.concat.pass.cpp Implement <filesystem> 6 years ago