Skip to content

Commit f5e8e21

Browse files
Update test to expect behaviour of odoc-parser.1.0.0
1 parent de2b6b2 commit f5e8e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bin/mdx-test/expect/simple-mli/test-case.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ val foo : string
4747
(** {@ocaml[1 + 1 = 3]} *)
4848
val bar : string
4949

50-
(** {@ocaml skip [1 + 1 = 3]} *)
50+
(** {@ocaml skip[1 + 1 = 3]} *)
5151
val baz : string

test/lib/test_mli_parser.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let test_parse_mli =
101101
~expected:
102102
(Ok
103103
{x|[Text "(** This doc comment with a label should get parsed\n\n ";
104-
Text "{@"; Text "ocaml"; Text " "; Text "skip "; Text "[";
104+
Text "{@"; Text "ocaml"; Text " "; Text "skip"; Text "[";
105105
Block {loc: File "_none_", lines 3-6; section: None; labels: [skip];
106106
header: Some ocaml; contents: ["# 1 + 1"; "- : int = 2"];
107107
value: Toplevel};

0 commit comments

Comments
 (0)