Skip to content

Commit 3fefc49

Browse files
committed
promote tests
1 parent 89dd2cf commit 3fefc49

File tree

127 files changed

+1916
-1917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+1916
-1917
lines changed

test/generators/markdown/Alias.X.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AliasX
22

33
Module `` Alias.X ``
44
<a id="type-t"></a>
5-
###### &nbsp; type t = int
5+
###### type t = int
66

77
Module Foo__X documentation. This should appear in the documentation for the alias to this module 'X'
88

test/generators/markdown/Alias.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Alias
22

33
Module `` Alias ``
44
<a id="module-X"></a>
5-
###### &nbsp; module X : sig ...
6-
###### &nbsp; end
5+
###### module X : sig ...
6+
###### end
77

88

99
AliasX
1010

1111
Module `` Alias.X ``
1212
<a id="type-t"></a>
13-
###### &nbsp; type t = int
13+
###### type t = int
1414

1515
Module Foo__X documentation. This should appear in the documentation for the alias to this module 'X'
1616

test/generators/markdown/Bugs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Bugs
22

33
Module `` Bugs ``
44
<a id="type-opt"></a>
5-
###### &nbsp; type 'a opt = 'a option
5+
###### type 'a opt = 'a option
66

77

88

99
<a id="val-foo"></a>
10-
###### &nbsp; val foo : ?bar:'a -> unit -> unit
10+
###### val foo : ?bar:'a -> unit -> unit
1111

1212
Triggers an assertion failure when https://github.com/ocaml/odoc/issues/101 is not fixed.
1313

test/generators/markdown/Bugs_post_406.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Bugs_post_406
66
Let-open in class types, https://github.com/ocaml/odoc/issues/543 This was added to the language in 4.06
77

88
<a id="class-type-let_open"></a>
9-
###### &nbsp; class type let_open = object
9+
###### class type let_open = object
1010

11-
###### &nbsp; end
11+
###### end
1212

1313

1414

1515
<a id="class-let_open'"></a>
16-
###### &nbsp; class let_open' : object ...
17-
###### &nbsp; end
16+
###### class let_open' : object ...
17+
###### end
1818

1919

2020
Bugs_post_406let_open

test/generators/markdown/Class.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,57 @@ Class
22

33
Module `` Class ``
44
<a id="class-type-empty"></a>
5-
###### &nbsp; class type empty = object
5+
###### class type empty = object
66

7-
###### &nbsp; end
7+
###### end
88

99

1010

1111
<a id="class-type-mutually"></a>
12-
###### &nbsp; class type mutually = object
12+
###### class type mutually = object
1313

14-
###### &nbsp; end
14+
###### end
1515

1616

1717

1818
<a id="class-type-recursive"></a>
19-
###### &nbsp; class type recursive = object
19+
###### class type recursive = object
2020

21-
###### &nbsp; end
21+
###### end
2222

2323

2424

2525
<a id="class-mutually'"></a>
26-
###### &nbsp; class mutually' : mutually
26+
###### class mutually' : mutually
2727

2828

2929

3030
<a id="class-recursive'"></a>
31-
###### &nbsp; class recursive' : recursive
31+
###### class recursive' : recursive
3232

3333

3434

3535
<a id="class-type-empty_virtual"></a>
36-
###### &nbsp; class type virtual empty_virtual = object
36+
###### class type virtual empty_virtual = object
3737

38-
###### &nbsp; end
38+
###### end
3939

4040

4141

4242
<a id="class-empty_virtual'"></a>
43-
###### &nbsp; class virtual empty_virtual' : empty
43+
###### class virtual empty_virtual' : empty
4444

4545

4646

4747
<a id="class-type-polymorphic"></a>
48-
###### &nbsp; class type 'a polymorphic = object
48+
###### class type 'a polymorphic = object
4949

50-
###### &nbsp; end
50+
###### end
5151

5252

5353

5454
<a id="class-polymorphic'"></a>
55-
###### &nbsp; class 'a polymorphic' : 'a polymorphic
55+
###### class 'a polymorphic' : 'a polymorphic
5656

5757

5858
Classempty

test/generators/markdown/External.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ External
22

33
Module `` External ``
44
<a id="val-foo"></a>
5-
###### &nbsp; val foo : unit -> unit
5+
###### val foo : unit -> unit
66

77
Foo _bar_.
88

test/generators/markdown/Functor.F1.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ FunctorF1
22

33
Module `` Functor.F1 ``
44

5-
# Parameters
5+
#:parameters Parameters
66

77

88
<a id="argument-1-Arg"></a>
9-
###### &nbsp; module Arg : sig
9+
###### module Arg : sig
1010

1111
<a id="type-t"></a>
1212
###### &nbsp; &nbsp; &nbsp; &nbsp; type t
1313

1414

1515

16-
###### &nbsp; end
16+
###### end
1717

1818

1919

2020

21-
# Signature
21+
#:signature Signature
2222

2323

2424
<a id="type-t"></a>
25-
###### &nbsp; type t
25+
###### type t
2626

2727

2828
FunctorF11-Arg
2929

3030
Parameter `` F1.1-Arg ``
3131
<a id="type-t"></a>
32-
###### &nbsp; type t
32+
###### type t
3333

test/generators/markdown/Functor.F2.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ FunctorF2
22

33
Module `` Functor.F2 ``
44

5-
# Parameters
5+
#:parameters Parameters
66

77

88
<a id="argument-1-Arg"></a>
9-
###### &nbsp; module Arg : sig
9+
###### module Arg : sig
1010

1111
<a id="type-t"></a>
1212
###### &nbsp; &nbsp; &nbsp; &nbsp; type t
1313

1414

1515

16-
###### &nbsp; end
16+
###### end
1717

1818

1919

2020

21-
# Signature
21+
#:signature Signature
2222

2323

2424
<a id="type-t"></a>
25-
###### &nbsp; type t = Arg.t
25+
###### type t = Arg.t
2626

2727

2828
FunctorF21-Arg
2929

3030
Parameter `` F2.1-Arg ``
3131
<a id="type-t"></a>
32-
###### &nbsp; type t
32+
###### type t
3333

test/generators/markdown/Functor.F3.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ FunctorF3
22

33
Module `` Functor.F3 ``
44

5-
# Parameters
5+
#:parameters Parameters
66

77

88
<a id="argument-1-Arg"></a>
9-
###### &nbsp; module Arg : sig
9+
###### module Arg : sig
1010

1111
<a id="type-t"></a>
1212
###### &nbsp; &nbsp; &nbsp; &nbsp; type t
1313

1414

1515

16-
###### &nbsp; end
16+
###### end
1717

1818

1919

2020

21-
# Signature
21+
#:signature Signature
2222

2323

2424
<a id="type-t"></a>
25-
###### &nbsp; type t = Arg.t
25+
###### type t = Arg.t
2626

2727

2828
FunctorF31-Arg
2929

3030
Parameter `` F3.1-Arg ``
3131
<a id="type-t"></a>
32-
###### &nbsp; type t
32+
###### type t
3333

test/generators/markdown/Functor.F4.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ FunctorF4
22

33
Module `` Functor.F4 ``
44

5-
# Parameters
5+
#:parameters Parameters
66

77

88
<a id="argument-1-Arg"></a>
9-
###### &nbsp; module Arg : sig
9+
###### module Arg : sig
1010

1111
<a id="type-t"></a>
1212
###### &nbsp; &nbsp; &nbsp; &nbsp; type t
1313

1414

1515

16-
###### &nbsp; end
16+
###### end
1717

1818

1919

2020

21-
# Signature
21+
#:signature Signature
2222

2323

2424
<a id="type-t"></a>
25-
###### &nbsp; type t
25+
###### type t
2626

2727

2828
FunctorF41-Arg
2929

3030
Parameter `` F4.1-Arg ``
3131
<a id="type-t"></a>
32-
###### &nbsp; type t
32+
###### type t
3333

test/generators/markdown/Functor.F5.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ FunctorF5
22

33
Module `` Functor.F5 ``
44

5-
# Parameters
5+
#:parameters Parameters
66

77

88

9-
# Signature
9+
#:signature Signature
1010

1111

1212
<a id="type-t"></a>
13-
###### &nbsp; type t
13+
###### type t
1414

0 commit comments

Comments
 (0)