Skip to content

Commit

Permalink
fixup! test: fix test-doctool-html
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 16, 2021
1 parent abd0147 commit b3b569a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/doctool/test-doctool-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const testData = [
'<h2>Something<span><a class="mark" href="#foo_something' +
'" id="foo_something">#</a></span></h2> ' +
'<!-- This is not a metadata comment --> ' +
'<p>Describe <code>Something</code> in more detail here. </p>'
'<p>Describe <code>Something</code> in more detail here. </p></section>'
},
{
file: fixtures.path('sample_document.md'),
Expand All @@ -124,7 +124,7 @@ const testData = [
'\'Hello, World!\'</code>:</p></section><section>' +
'<h2>See also<span><a class="mark"' +
'href="#foo_see_also" id="foo_see_also">#</a></span></h2><p>Check' +
'out also<a href="https://nodejs.org/">this guide</a></p>'
'out also<a href="https://nodejs.org/">this guide</a></p></section>'
},
{
file: fixtures.path('document_with_special_heading.md'),
Expand Down

0 comments on commit b3b569a

Please sign in to comment.