File tree Expand file tree Collapse file tree 7 files changed +0
-50
lines changed Expand file tree Collapse file tree 7 files changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ module Cram = Cram
2525module Deprecated = Deprecated
2626module Document = Document
2727module Toplevel = Toplevel
28- module Library = Library
2928module Ocaml_delimiter = Ocaml_delimiter
3029module Part = Part
3130module Block = Block
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ module Cram = Cram
2929module Deprecated = Deprecated
3030module Document = Document
3131module Toplevel = Toplevel
32- module Library = Library
3332module Ocaml_delimiter = Ocaml_delimiter
3433module Part = Part
3534module Block = Block
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 Test_block. suite;
55 Test_label. suite;
66 Test_dep. suite;
7- Test_library. suite;
87 Test_ocaml_delimiter. suite;
98 Test_syntax. suite;
109 Test_util. suite;
Original file line number Diff line number Diff line change @@ -20,17 +20,6 @@ let ocaml_delimiter =
2020 in
2121 Alcotest. testable pp ( = )
2222
23- let library_set =
24- let open Mdx.Library in
25- let equal = Set. equal in
26- let pp fmt set =
27- let l = Set. elements set in
28- Fmt. string fmt " [ " ;
29- Fmt. (list ~sep: (const string " ; " ) pp) fmt l;
30- Fmt. string fmt " ]"
31- in
32- Alcotest. testable pp equal
33-
3423let block = Alcotest. testable Mdx.Block. dump ( = )
3524
3625let header = Alcotest. testable Mdx.Block.Header. pp ( = )
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ val msg : [ `Msg of string ] Alcotest.testable
44
55val ocaml_delimiter : Mdx.Ocaml_delimiter .t Alcotest .testable
66
7- val library_set : Mdx.Library.Set .t Alcotest .testable
8-
97val block : Mdx.Block .t Alcotest .testable
108
119val header : Mdx.Block.Header .t Alcotest .testable
You can’t perform that action at this time.
0 commit comments