Skip to content

Commit 35d4b48

Browse files
committed
[libc++] Remove U+2009 THIN SPACE from comments in tests. NFC.
1 parent fc3923f commit 35d4b48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.pass.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ int main(int, char**) {
7474
// separator.
7575
{"NO_ROOT_NAME_ON_LINUX", "NO_ROOT_NAME_ON_LINUX"},
7676
// 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
7878
// directory-separator as one or more slashes and preferred-separators.
79-
//end note]
79+
// end note ]
8080
{"/", "/"},
8181
{"//", "/"},
8282
{"///", "/"},
@@ -107,8 +107,8 @@ int main(int, char**) {
107107
{"foo/bar/./..", "foo/"},
108108
{"foo/bar/./../", "foo/"},
109109
// 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 ]
112112
{"/..", "/"},
113113
{"/../", "/"},
114114
{"/foo/../..", "/"},

0 commit comments

Comments
 (0)