Skip to content

Commit

Permalink
test(code_tags): disabled highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Apr 26, 2020
1 parent 9a2cdc4 commit c3e19f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/tags/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ describe('code', () => {
enablePrismjs();

const result = code('highlight:false', fixture);
result.should.eql(prism(fixture));
result.should.eql('<pre><code>' + escapeHTML(fixture) + '</code></pre>');
});

it('prismjs - disabled', () => {
Expand Down

0 comments on commit c3e19f0

Please sign in to comment.