Skip to content

Commit

Permalink
test: fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
weyusi committed Jun 2, 2019
1 parent e4c1748 commit 1345eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/post_render.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ exports.content = content;
exports.expected = [
'<h1 id="Title"><a href="#Title" class="headerlink" title="Title"></a>Title</h1>',
util.highlight(code, {lang: 'python'}),
'\n<p>some content</p>\n',
'\n\n<p>some content</p>\n',
'<h2 id="Another-title"><a href="#Another-title" class="headerlink" title="Another title"></a>Another title</h2>',
'<blockquote>',
'<p>quote content</p>\n',
'</blockquote>\n',
'</blockquote>\n\n',
'<blockquote><p>quote content</p>\n',
'<footer><strong>Hello World</strong></footer></blockquote>'
].join('');

0 comments on commit 1345eaf

Please sign in to comment.