Skip to content

Commit 68f572d

Browse files
committed
ref to assets: fix test explanation
Signed-off-by: Paul-Elliot <[email protected]>
1 parent 78577ae commit 68f572d

File tree

1 file changed

+4
-3
lines changed
  • test/xref2/references_to_assets.t

1 file changed

+4
-3
lines changed

test/xref2/references_to_assets.t/run.t

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
In this file, we test the resolving of asset references.
22

33
More precisely we test resolving an an asset reference where the asset lives:
4-
- in the current page (index.mld references ocaml.gif)
5-
- in a parent page (test.mli references ocaml.gif)
6-
- in a sibling page (test.mli references ocaml_not.gif, through page-other_page.ocaml_not.gif)
4+
- in the current page (index.mld references caml.gif)
5+
- in a parent page (test.mli references caml.gif)
6+
- in a sibling page (test.mli references caml_not.gif, through page-other_page.caml_not.gif)
7+
- in a child page (index.mld references caml_not.gif, through page-other_page.caml_not.gif)
78

89
Compile the module first
910

0 commit comments

Comments
 (0)