Skip to content

Commit

Permalink
use regular quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed May 2, 2018
1 parent ee463d4 commit cc35600
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/specs/original/specs-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ it('should run spec tests', function () {
});

it('should use the correct paragraph type', function () {
const md = `
A Paragraph.
> A blockquote
- list item
`;
const md = 'A Paragraph.\n\n> A blockquote\n\n- list item\n';

const tokens = marked.lexer(md);

Expand Down

0 comments on commit cc35600

Please sign in to comment.