diff --git a/test/doctool/test-doctool-html.js b/test/doctool/test-doctool-html.js index 1608eb04970222..0f1acfa8d4173b 100644 --- a/test/doctool/test-doctool-html.js +++ b/test/doctool/test-doctool-html.js @@ -72,10 +72,11 @@ const testData = [ html: '

Sample Markdown with YAML info' + '#

' + - '

Foobar

Foobar#

' + ' ' + '

Describe Foobar in more detail here.

' + + '
' + '

Foobar II#

' + '

Describe Foobar II in more detail here.' + 'fg(1)' + - '

Deprecated thingy

' + + '

Deprecated thingy#' + '

Describe ' + 'Deprecated thingy in more detail here.' + 'fg(1p)' + - '

Something#

' + ' ' + '

Describe Something in more detail here.

' @@ -110,14 +113,16 @@ const testData = [ file: fixtures.path('document_with_links.md'), html: '

Usage and Example#' + - '

Usage

Usage#

node \\[options\\] index.js' + '

Please see the' + - 'Command Line Optionsdocument for more information.

' + + 'Command Line Optionsdocument for more information.

' + + '

' + 'Example' + '#

An example of a' + 'webserverwritten with Node.js which responds with' + - '\'Hello, World!\':

See also:

' + + '

See also#

Check' + 'out alsothis guide

' },