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
349
349
when name = LabelName. to_string name' ->
350
350
Ok (`Identifier label)
351
351
| _ -> find tl)
352
- | [] -> Error (`Find_by_name (`Page , name))
352
+ | [] -> Error (`Find_by_name (`Label , name))
353
353
in
354
354
find p.Odoc_model.Lang.Page. content
355
355
Original file line number Diff line number Diff line change 2
2
3
3
$ compile p. mld good_references. mli bad_references. mli
4
4
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"
6
6
File " bad_references.mli" , line 4 , characters 20 -37:
7
7
Warning: Failed to resolve reference unresolvedroot(not_found) Couldn't find page " not_found"
8
8
You can’t perform that action at this time.
0 commit comments