Skip to content

Commit

Permalink
Maintenance release in marked had breaking changes. Update fixture to…
Browse files Browse the repository at this point in the history
… reflect new expected output.
  • Loading branch information
alanshaw committed Nov 16, 2013
1 parent c9cbe9d commit 2a843e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"dependencies": {
"marked": "~0.2.9",
"marked": "~0.2.10",
"phantomjs": "~1.9.1-6",
"async": "~0.2.8",
"tmp": "~0.0.18",
Expand Down
12 changes: 6 additions & 6 deletions test/fixtures/ipsum.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<h1>A First Level Header</h1>
<h2>A Second Level Header</h2>
<h3>A Third Level Header</h3>
<h4>A Fourth Level Header</h4>
<h5>A Fifth Level Header</h5>
<h6>A Sixth Level Header</h6>
<h1 id="a-first-level-header">A First Level Header</h1>
<h2 id="a-second-level-header">A Second Level Header</h2>
<h3 id="a-third-level-header">A Third Level Header</h3>
<h4 id="a-fourth-level-header">A Fourth Level Header</h4>
<h5 id="a-fifth-level-header">A Fifth Level Header</h5>
<h6 id="a-sixth-level-header">A Sixth Level Header</h6>
<p>This is a paragraph. Cupcake ipsum dolor sit amet. Tiramisu liquorice gummies powder. Biscuit pastry pastry cake candy gummies carrot cake gingerbread. Gummi bears tart cupcake bonbon sugar plum biscuit. Icing marzipan tootsie roll. Pie gingerbread dragée wypas cookie. Faworki bonbon topping sweet soufflé jelly. </p>
<p>And another paragraph. Jelly beans tootsie roll fruitcake toffee wypas chupa chups pudding. Soufflé muffin halvah powder sugar plum cake. Toffee cookie biscuit faworki pastry. Bonbon gummi bears topping caramels marshmallow. Chupa chups candy canes toffee. Powder powder candy canes pastry. Tootsie roll marshmallow powder.</p>
<p><em>These words are emphasized</em><br><em>Also these words are emphasized</em></p>
Expand Down

0 comments on commit 2a843e7

Please sign in to comment.