Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed May 19, 2023
1 parent 7bf823e commit ccec93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-cli/tests/MdToHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/app-cli/tests/md_to_html/sanitize_13.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="jop-noMdConv"><svg class="jop-noMdConv"><style class="jop-noMdConv">&lt;/svg>&lt;iframe srcdoc="&lt;script>top.require('child_process').execSync('calc')&lt;/script>">&lt;/iframe>&lt;/div>
<div class="jop-noMdConv">

0 comments on commit ccec93e

Please sign in to comment.