Skip to content

Commit ca22689

Browse files
committed
test: re-enable wrap
1 parent fb913ca commit ca22689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/scripts/filters/backtick_code_block.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@ describe('Backtick code block', () => {
384384

385385
codeBlock(data);
386386
data.content.should.eql('<escape>' + highlight(code, { lang: 'js', wrap: false }) + '</escape>');
387+
388+
hexo.config.highlight.wrap = true;
387389
});
388390
});

0 commit comments

Comments
 (0)