Skip to content

Commit c26cf56

Browse files
committed
assert id is added to hX instead of div
1 parent e3c5df7 commit c26cf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fixtures/expected/doc-reference/index.html

Lines changed: 2 additions & 2 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="a-test-for-doc-link">
8-
<h1>A test for doc link<a class="headerlink" href="#a-test-for-doc-link" title="Permalink to this headline"></a></h1>
7+
<div class="section">
8+
<h1 id="a-test-for-doc-link">A test for doc link<a class="headerlink" href="#a-test-for-doc-link" title="Permalink to this headline"></a></h1>
99
<p><a href="file.html" class="reference internal">A doc test</a></p>
1010
</div>
1111
</body>

0 commit comments

Comments
 (0)