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 @@ -354,7 +354,7 @@ module L = struct
354
354
when name = LabelName. to_string name' ->
355
355
Ok (`Identifier label)
356
356
| _ -> find tl)
357
- | [] -> Error (`Find_by_name (`Page , name))
357
+ | [] -> Error (`Find_by_name (`Label , name))
358
358
in
359
359
find p.Odoc_model.Lang.Page. content
360
360
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