Skip to content

Commit 82f553e

Browse files
committed
promote tests
1 parent b139da8 commit 82f553e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

test/passing/tests/doc_comments-no-wrap.mli.ref

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,12 @@ end
344344

345345
(** {%html:<p>Raw markup</p>%} {%Without language%} {%other:Other language%} *)
346346

347-
(** [Multi
348-
Line]
347+
(** [Multi Line]
349348

350-
[ A lot of spaces ]
349+
[A lot of spaces]
351350

352-
[Very looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong] *)
351+
[Very
352+
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong] *)
353353

354354
(** {[
355355
for i = 1 to 3 do
@@ -411,7 +411,7 @@ end
411411
(** This is a comment with code inside
412412

413413
{[
414-
(** This is a comment with code inside [ let code inside = f inside ] *)
414+
(** This is a comment with code inside [let code inside = f inside] *)
415415
let code inside (* comment *) = f inside
416416
]} *)
417417

@@ -496,7 +496,7 @@ val k : int
496496

497497
(** *)
498498

499-
(** [trim " "] is [""] *)
499+
(** [trim " "] is [""] *)
500500

501501
(** [trms (c × (Σᵢ₌₁ⁿ cᵢ × Πⱼ₌₁ᵐᵢ Xᵢⱼ^pᵢⱼ))] is the sequence of terms [Xᵢⱼ]
502502
for each [i] and [j]. *)

test/passing/tests/doc_comments.mli.ref

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,12 @@ end
344344

345345
(** {%html:<p>Raw markup</p>%} {%Without language%} {%other:Other language%} *)
346346

347-
(** [Multi
348-
Line]
347+
(** [Multi Line]
349348

350-
[ A lot of spaces ]
349+
[A lot of spaces]
351350

352-
[Very looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong] *)
351+
[Very
352+
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong] *)
353353

354354
(** {[
355355
for i = 1 to 3 do
@@ -411,7 +411,7 @@ end
411411
(** This is a comment with code inside
412412

413413
{[
414-
(** This is a comment with code inside [ let code inside = f inside ] *)
414+
(** This is a comment with code inside [let code inside = f inside] *)
415415
let code inside (* comment *) = f inside
416416
]} *)
417417

@@ -496,7 +496,7 @@ val k : int
496496

497497
(** *)
498498

499-
(** [trim " "] is [""] *)
499+
(** [trim " "] is [""] *)
500500

501501
(** [trms (c × (Σᵢ₌₁ⁿ cᵢ × Πⱼ₌₁ᵐᵢ Xᵢⱼ^pᵢⱼ))] is the sequence of terms [Xᵢⱼ]
502502
for each [i] and [j]. *)

0 commit comments

Comments
 (0)