this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

authored by

Florian Angeletti and committed by jon.recoil.org cc8bca79 b48d107e

+17 -11
+3 -1
test/generators/cases/markup.mli
··· 140 140 141 141 {1 Unicode} 142 142 143 - The parser supports any ASCII-compatible encoding, in particuλar UTF-8. 143 + The parser supports any ASCII-compatible encoding. 144 + 145 + In particuλar UTF-8. 144 146 145 147 146 148 {1 Raw HTML}
+1 -1
test/generators/cases/section.mli
··· 26 26 (** {1 {e This} [section] {b title} {_has} {^markup}} 27 27 28 28 But links are impossible thanks to the parser, so we never have trouble 29 - rendering a section title in a table of contents – no link will be nested 29 + rendering a section title in a table of contents - no link will be nested 30 30 inside another link. *)
+3 -3
test/generators/html/Markup.html
··· 204 204 </ul> 205 205 </li> 206 206 </ul><h2 id="unicode"><a href="#unicode" class="anchor"></a>Unicode</h2> 207 - <p>The parser supports any ASCII-compatible encoding, in particuλar 208 - UTF-8. 209 - </p><h2 id="raw-html"><a href="#raw-html" class="anchor"></a>Raw HTML</h2> 207 + <p>The parser supports any ASCII-compatible encoding.</p> 208 + <p>In particuλar UTF-8.</p> 209 + <h2 id="raw-html"><a href="#raw-html" class="anchor"></a>Raw HTML</h2> 210 210 <p>Raw HTML can be <input type="text" placeholder="inserted"> as inline 211 211 elements into sentences. 212 212 </p>
+2 -2
test/generators/html/Section.html
··· 72 72 <code>section</code> <b>title</b> <sub>has</sub> <sup>markup</sup> 73 73 </h2> 74 74 <p>But links are impossible thanks to the parser, so we never have 75 - trouble rendering a section title in a table of contents – no 76 - link will be nested inside another link. 75 + trouble rendering a section title in a table of contents - no link 76 + will be nested inside another link. 77 77 </p> 78 78 </div> 79 79 </body>
+3 -1
test/generators/latex/Markup.tex
··· 81 81 \item{\hyperref[Markup-val-foo]{\ocamlinlinecode{\ocamlinlinecode{foo}}[p\pageref*{Markup-val-foo}]}}\end{itemize}% 82 82 }\end{itemize}% 83 83 \subsection{Unicode\label{unicode}}% 84 - The parser supports any ASCII-compatible encoding, in particuλar UTF-8. 84 + The parser supports any ASCII-compatible encoding. 85 + 86 + In particuλar UTF-8. 85 87 86 88 \subsection{Raw HTML\label{raw-html}}% 87 89 Raw HTML can be as inline elements into sentences.
+1 -1
test/generators/latex/Section.tex
··· 14 14 \subsection{within a comment\label{within-a-comment}}% 15 15 \subsubsection{and one with a nested section\label{and-one-with-a-nested-section}}% 16 16 \subsection{\emph{This} \ocamlinlinecode{section} \bold{title} \textsubscript{has} \textsuperscript{markup}\label{this-section-title-has-markup}}% 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. 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. 18 18 19 19 20 20
+3 -1
test/generators/man/Markup.3o
··· 214 214 .in 215 215 .sp 216 216 .fi 217 - The parser supports any ASCII-compatible encoding, in particuλar UTF-8\. 217 + The parser supports any ASCII-compatible encoding\. 218 + .sp 219 + In particuλar UTF-8\. 218 220 .nf 219 221 .sp 220 222 .in 3
+1 -1
test/generators/man/Section.3o
··· 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\. 62 62 .nf 63 63