Skip to content

Commit

Permalink
promote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lubegasimon committed Sep 23, 2021
1 parent 89dd2cf commit 3fefc49
Show file tree
Hide file tree
Showing 127 changed files with 1,916 additions and 1,917 deletions.
2 changes: 1 addition & 1 deletion test/generators/markdown/Alias.X.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AliasX

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

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

Expand Down
6 changes: 3 additions & 3 deletions test/generators/markdown/Alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ Alias

Module `` Alias ``
<a id="module-X"></a>
###### &nbsp; module X : sig ...
###### &nbsp; end
###### module X : sig ...
###### end


AliasX

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

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

Expand Down
4 changes: 2 additions & 2 deletions test/generators/markdown/Bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Bugs

Module `` Bugs ``
<a id="type-opt"></a>
###### &nbsp; type 'a opt = 'a option
###### type 'a opt = 'a option



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

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

Expand Down
8 changes: 4 additions & 4 deletions test/generators/markdown/Bugs_post_406.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Bugs_post_406
Let-open in class types, https://github.com/ocaml/odoc/issues/543 This was added to the language in 4.06

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

###### &nbsp; end
###### end



<a id="class-let_open'"></a>
###### &nbsp; class let_open' : object ...
###### &nbsp; end
###### class let_open' : object ...
###### end


Bugs_post_406let_open
Expand Down
28 changes: 14 additions & 14 deletions test/generators/markdown/Class.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,57 @@ Class

Module `` Class ``
<a id="class-type-empty"></a>
###### &nbsp; class type empty = object
###### class type empty = object

###### &nbsp; end
###### end



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

###### &nbsp; end
###### end



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

###### &nbsp; end
###### end



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



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



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

###### &nbsp; end
###### end



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



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

###### &nbsp; end
###### end



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


Classempty
Expand Down
2 changes: 1 addition & 1 deletion test/generators/markdown/External.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ External

Module `` External ``
<a id="val-foo"></a>
###### &nbsp; val foo : unit -> unit
###### val foo : unit -> unit

Foo _bar_.

Expand Down
12 changes: 6 additions & 6 deletions test/generators/markdown/Functor.F1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ FunctorF1

Module `` Functor.F1 ``

# Parameters
#:parameters Parameters


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

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



###### &nbsp; end
###### end




# Signature
#:signature Signature


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


FunctorF11-Arg

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

12 changes: 6 additions & 6 deletions test/generators/markdown/Functor.F2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ FunctorF2

Module `` Functor.F2 ``

# Parameters
#:parameters Parameters


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

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



###### &nbsp; end
###### end




# Signature
#:signature Signature


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


FunctorF21-Arg

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

12 changes: 6 additions & 6 deletions test/generators/markdown/Functor.F3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ FunctorF3

Module `` Functor.F3 ``

# Parameters
#:parameters Parameters


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

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



###### &nbsp; end
###### end




# Signature
#:signature Signature


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


FunctorF31-Arg

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

12 changes: 6 additions & 6 deletions test/generators/markdown/Functor.F4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ FunctorF4

Module `` Functor.F4 ``

# Parameters
#:parameters Parameters


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

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



###### &nbsp; end
###### end




# Signature
#:signature Signature


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


FunctorF41-Arg

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

6 changes: 3 additions & 3 deletions test/generators/markdown/Functor.F5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ FunctorF5

Module `` Functor.F5 ``

# Parameters
#:parameters Parameters



# Signature
#:signature Signature


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

Loading

0 comments on commit 3fefc49

Please sign in to comment.