You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: avoid unicode characters in the middle of line
Format in OCaml 5.4 is using a better computation for character width.
To avoid backward compatibility problem, this commit remove one unicode
character and move another in the beginning of a paragraph.
But links are impossible thanks to the parser, so we never have trouble rendering a section title in a table of contents – no link will be nested inside another link.
17
+
But links are impossible thanks to the parser, so we never have trouble rendering a section title in a table of contents - no link will be nested inside another link.
Copy file name to clipboardExpand all lines: test/generators/man/Section.3o
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,6 @@ Foo bar\.
58
58
.in
59
59
.sp
60
60
.fi
61
-
But links are impossible thanks to the parser, so we never have trouble rendering a section title in a table of contents – no link will be nested inside another link\.
61
+
But links are impossible thanks to the parser, so we never have trouble rendering a section title in a table of contents - no link will be nested inside another link\.
0 commit comments