Skip to content

Commit 28b3b55

Browse files
committed
Fixed tests
1 parent 82d6962 commit 28b3b55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/fixtures/expected/toctree/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55

6-
6+
77
</head>
88

99
<body>
@@ -12,10 +12,10 @@ <h1 id="toctree"><a class="headerlink" href="#toctree" title="Permalink to this
1212
<div class="toctree-wrapper"><ul class="toctree toctree-level-1 toctree-length-1"><li><a href="file.html#title">Title</a><ul class="toctree toctree-level-2 toctree-length-1"><li><a href="file.html#sub-title">Sub title</a></li></ul></li></ul></div>
1313
<div class="toctree-wrapper"><ul class="toctree toctree-level-1 toctree-length-1"><li><a href="file.html#title">Title</a></li></ul></div>
1414
<div class="toctree-wrapper"><ul class="toctree toctree-level-1 toctree-length-1"><li><a href="directory/another_file.html#another-file">Another file</a></li></ul></div>
15-
<div class="toctree-wrapper"><ul class="toctree toctree-level-1 toctree-length-3"><li><a href="directory/another_file.html#another-file">Another file</a></li><li><a href="file.html#title">Title</a><ul class="toctree toctree-level-2 toctree-length-1"><li><a href="file.html#sub-title">Sub title</a></li></ul></li><li><a href="index.html#toctree">Toctree</a></li></ul></div>
16-
<div class="toctree-wrapper"><ul class="toctree toctree-level-1 toctree-length-3"><li><a href="file.html#title">Title</a><ul class="toctree toctree-level-2 toctree-length-1"><li><a href="file.html#sub-title">Sub title</a></li></ul></li><li><a href="directory/another_file.html#another-file">Another file</a></li><li><a href="index.html#toctree">Toctree</a></li></ul></div>
15+
<div class="toctree-wrapper"><ul class="toctree toctree-level-1 toctree-length-3"><li><a href="index.html#toctree">Toctree</a></li><li><a href="directory/another_file.html#another-file">Another file</a></li><li><a href="file.html#title">Title</a><ul class="toctree toctree-level-2 toctree-length-1"><li><a href="file.html#sub-title">Sub title</a></li></ul></li></ul></div>
16+
<div class="toctree-wrapper"><ul class="toctree toctree-level-1 toctree-length-3"><li><a href="file.html#title">Title</a><ul class="toctree toctree-level-2 toctree-length-1"><li><a href="file.html#sub-title">Sub title</a></li></ul></li><li><a href="index.html#toctree">Toctree</a></li><li><a href="directory/another_file.html#another-file">Another file</a></li></ul></div>
1717

1818
</div>
1919

2020
</body>
21-
</html>
21+
</html>

0 commit comments

Comments
 (0)