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 13de8ab commit 79ee613Copy full SHA for 79ee613
test/model/index_page_name.t/run.t
@@ -12,9 +12,5 @@ parent page of 'index.mld' also generates the file 'parent/index.html'.
12
The breadcrumbs shouldn't show the name of the page, "index".
13
Expected to fail:
14
15
- $ grep -C 2 odoc-nav test/index.html
16
- </head>
17
- <body class="odoc">
18
- <nav class="odoc-nav"><a href="#">Up</a> – <a href="#">test</a> »
19
- index
20
- </nav>
+ $ grep odoc-nav test/index.html
+ <nav class="odoc-nav"><a href="../index.html">Up</a> – test</nav>
0 commit comments