Skip to content

Commit c8521e5

Browse files
committed
add test
1 parent 8da970c commit c8521e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/redos/nested_blockquote.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
markdown: '>'.repeat(5000),
3+
html: '<blockquote>'.repeat(5000) + '</blockquote>'.repeat(5000)
4+
};

0 commit comments

Comments
 (0)