Skip to content

Commit

Permalink
prepare 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Mar 1, 2019
1 parent d146160 commit d3dcd0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Renderer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,8 @@ test("should still interpolate variables in a markdown page", t => {
t.is(
output,
stripIndent`
<h1>Markdown</h1>
<p><a href="../page.html">Test</a></p>
<h1>Markdown</h1>
<p><a href="../page.html">Test</a></p>
`
);
});
Expand Down

0 comments on commit d3dcd0e

Please sign in to comment.