Skip to content

Commit 5f6122d

Browse files
committed
update toctree expectation
1 parent ede54ed commit 5f6122d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/fixtures/expected/toctree/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8" />
55
</head>
66
<body>
7-
<div class="section" id="toctree">
8-
<h1>Toctree<a class="headerlink" href="#toctree" title="Permalink to this headline"></a></h1>
7+
<div class="section">
8+
<h1 id="toctree"><a class="headerlink" href="#toctree" title="Permalink to this headline">Toctree</a></h1>
99
<div class="toctree-wrapper compound">
1010
<ul>
1111
<li><a href="file.html#title">Title</a>
@@ -28,12 +28,12 @@ <h1>Toctree<a class="headerlink" href="#toctree" title="Permalink to this headli
2828
<div class="toctree-wrapper compound">
2929
<ul>
3030
<li><a href="index.html#toctree">Toctree</a></li>
31+
<li><a href="directory/another_file.html#another-file">Another file</a></li>
3132
<li><a href="file.html#title">Title</a>
3233
<ul>
3334
<li><a href="file.html#sub-title">Sub title</a></li>
3435
</ul>
3536
</li>
36-
<li><a href="directory/another_file.html#another-file">Another file</a></li>
3737
</ul>
3838
</div>
3939
<div class="toctree-wrapper compound">

0 commit comments

Comments
 (0)