Skip to content

Commit 79ee613

Browse files
Julowjonludlam
authored andcommitted
Update tests
1 parent 13de8ab commit 79ee613

File tree

1 file changed

+2
-6
lines changed
  • test/model/index_page_name.t

1 file changed

+2
-6
lines changed

test/model/index_page_name.t/run.t

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ parent page of 'index.mld' also generates the file 'parent/index.html'.
1212
The breadcrumbs shouldn't show the name of the page, "index".
1313
Expected to fail:
1414

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> &#x00BB;
19-
index
20-
</nav>
15+
$ grep odoc-nav test/index.html
16+
<nav class="odoc-nav"><a href="../index.html">Up</a> – test</nav>

0 commit comments

Comments
 (0)