Skip to content

Commit

Permalink
Merge pull request #154 from curbengh/fix-test
Browse files Browse the repository at this point in the history
test: fix failing test after deps update
  • Loading branch information
curbengh authored Jun 26, 2020
2 parents 75956a0 + b6dd143 commit 3f5c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Marked renderer', () => {

result.should.eql([
'<h1 id="Hello-world"><a href="#Hello-world" class="headerlink" title="Hello world"></a>Hello world</h1>',
'<pre><code>' + escapeHTML(code) + '</code></pre>',
'<pre><code>' + escapeHTML(code) + '</code></pre>\n',
'<h2 id="Hello-world-1"><a href="#Hello-world-1" class="headerlink" title="Hello world"></a>Hello world</h2>',
'<p>hello</p>'
].join('') + '\n');
Expand Down

0 comments on commit 3f5c08f

Please sign in to comment.