Skip to content

Commit 2c8940a

Browse files
committed
updating headers of fixture
1 parent 24d9c3a commit 2c8940a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/unit/search/fixtures/page-with-sections.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
<h1>I am the page title</h1>
1212

13-
<h3 id="in-this-article">In this article</h3>
13+
<h2 id="in-this-article">In this article</h2>
1414
<p>This should be ignored.</p>
1515

16-
<h3 id="first">First heading</h3>
16+
<h2 id="first">First heading</h2>
1717
<p>Here's a paragraph.</p>
1818

1919
<p>And another. </p>
2020

21-
<h3 id="second">Second heading</h3>
21+
<h2 id="second">Second heading</h2>
2222
<p>Here's a paragraph in the second section.</p>
2323

2424
<p>And another.</p>
2525

26-
<h3 id="further-reading">Further reading</h3>
26+
<h2 id="further-reading">Further reading</h2>
2727
<p>This should be ignored.</p>
2828
</div>
2929

30-
<h3 id="outside-the-article">This is out the article tag so it should be ignored</h3>
30+
<h2 id="outside-the-article">This is out the article tag so it should be ignored</h2>

0 commit comments

Comments
 (0)