File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ int main(int, char**) {
74
74
// separator.
75
75
{" NO_ROOT_NAME_ON_LINUX" , " NO_ROOT_NAME_ON_LINUX" },
76
76
// p3: Replace each directory-separator with a preferred-separator.
77
- // [ Note: The generic pathname grammar ([fs.path.generic]) defines
77
+ // [ Note: The generic pathname grammar ([fs.path.generic]) defines
78
78
// directory-separator as one or more slashes and preferred-separators.
79
- // — end note ]
79
+ // — end note ]
80
80
{" /" , " /" },
81
81
{" //" , " /" },
82
82
{" ///" , " /" },
@@ -107,8 +107,8 @@ int main(int, char**) {
107
107
{" foo/bar/./.." , " foo/" },
108
108
{" foo/bar/./../" , " foo/" },
109
109
// p6: If there is a root-directory, remove all dot-dot filenames and any
110
- // directory-separators immediately following them. [ Note: These dot-dot
111
- // filenames attempt to refer to nonexistent parent directories. — end note ]
110
+ // directory-separators immediately following them. [ Note: These dot-dot
111
+ // filenames attempt to refer to nonexistent parent directories. — end note ]
112
112
{" /.." , " /" },
113
113
{" /../" , " /" },
114
114
{" /foo/../.." , " /" },
You can’t perform that action at this time.
0 commit comments