add test
This commit is contained in:
parent
8da970cd2c
commit
c8521e51e1
4
test/redos/nested_blockquote.js
Normal file
4
test/redos/nested_blockquote.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
markdown: '>'.repeat(5000),
|
||||
html: '<blockquote>'.repeat(5000) + '</blockquote>'.repeat(5000)
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user