Skip to content

Commit

Permalink
chore:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Jul 23, 2024
1 parent b0218df commit 89bc77e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('render', function () {
);
});

test('multi class and losse quotes', async function () {
test('multi class and loose quotes', async function () {
const output = window.marked(
"![alt text](http://imageUrl ' target=_self :class=someCssClass someCssClassB ')",
);
Expand Down
1 change: 0 additions & 1 deletion test/unit/render-util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ describe('core/render/utils', () => {
class_appened_props: 'myClz2 myClz3',
target: '_blank',
},
// It looks weird since it quotes the invalid configs, and we don't want to swallow them.
str: '[filename](_media/example.md )',
});
});
Expand Down

0 comments on commit 89bc77e

Please sign in to comment.