mirror of https://github.com/laurent22/joplin.git
fix tests
parent
7bf823e0df
commit
ccec93eaa3
|
@ -35,7 +35,7 @@ describe('MdToHtml', () => {
|
|||
const mdFilePath = `${basePath}/${mdFilename}`;
|
||||
const htmlPath = `${basePath}/${filename(mdFilePath)}.html`;
|
||||
|
||||
if (mdFilename !== 'sanitize_15.md') continue;
|
||||
// if (mdFilename !== 'sanitize_9.md') continue;
|
||||
|
||||
const mdToHtmlOptions: any = {
|
||||
bodyOnly: true,
|
||||
|
|
|
@ -1 +1 @@
|
|||
<div class="jop-noMdConv"><svg class="jop-noMdConv"><style class="jop-noMdConv"></svg><iframe srcdoc="<script>top.require('child_process').execSync('calc')</script>"></iframe></div>
|
||||
<div class="jop-noMdConv">
|
Loading…
Reference in New Issue