We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
odoc-parser.1.0.0
1 parent de2b6b2 commit f5e8e21Copy full SHA for f5e8e21
test/bin/mdx-test/expect/simple-mli/test-case.mli
@@ -47,5 +47,5 @@ val foo : string
47
(** {@ocaml[1 + 1 = 3]} *)
48
val bar : string
49
50
-(** {@ocaml skip [1 + 1 = 3]} *)
+(** {@ocaml skip[1 + 1 = 3]} *)
51
val baz : string
test/lib/test_mli_parser.ml
@@ -101,7 +101,7 @@ let test_parse_mli =
101
~expected:
102
(Ok
103
{x|[Text "(** This doc comment with a label should get parsed\n\n ";
104
- Text "{@"; Text "ocaml"; Text " "; Text "skip "; Text "[";
+ Text "{@"; Text "ocaml"; Text " "; Text "skip"; Text "[";
105
Block {loc: File "_none_", lines 3-6; section: None; labels: [skip];
106
header: Some ocaml; contents: ["# 1 + 1"; "- : int = 2"];
107
value: Toplevel};
0 commit comments