Skip to content

Commit

Permalink
Remove duplicated test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
2wheeh committed Dec 28, 2023
1 parent 9d247ac commit 0a43164
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ describe('Markdown', () => {
html: '<pre spellcheck="false"><span style="white-space: pre-wrap;">Code</span></pre>',
md: '```\nCode\n```',
},
{
html: '<pre spellcheck="false"><span style="white-space: pre-wrap;">Code</span></pre>',
md: '```\nCode\n```',
},
{
// Import only: extra empty lines will be removed for export
html: '<p><span style="white-space: pre-wrap;">Hello</span></p><p><span style="white-space: pre-wrap;">world</span></p>',
Expand Down

0 comments on commit 0a43164

Please sign in to comment.