We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78577ae commit 68f572dCopy full SHA for 68f572d
test/xref2/references_to_assets.t/run.t
@@ -1,9 +1,10 @@
1
In this file, we test the resolving of asset references.
2
3
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)
+- in the current page (index.mld references caml.gif)
+- in a parent page (test.mli references caml.gif)
+- 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)
8
9
Compile the module first
10
0 commit comments