File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/xref2/references_to_pages.t Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ module L = struct
349349 when name = LabelName. to_string name' ->
350350 Ok (`Identifier label)
351351 | _ -> find tl)
352- | [] -> Error (`Find_by_name (`Page , name))
352+ | [] -> Error (`Find_by_name (`Label , name))
353353 in
354354 find p.Odoc_model.Lang.Page. content
355355
Original file line number Diff line number Diff line change 22
33 $ compile p. mld good_references. mli bad_references. mli
44 File " bad_references.mli" , line 6 , characters 42 -69:
5- Warning: Failed to resolve reference unresolvedroot(p). not_found Couldn't find page " not_found"
5+ Warning: Failed to resolve reference unresolvedroot(p). not_found Couldn't find label " not_found"
66 File " bad_references.mli" , line 4 , characters 20 -37:
77 Warning: Failed to resolve reference unresolvedroot(not_found) Couldn't find page " not_found"
88
You can’t perform that action at this time.
0 commit comments