We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fc8cd commit 68885acCopy full SHA for 68885ac
test/test_redos.py
@@ -35,7 +35,7 @@ def issue493():
35
36
def issue_633():
37
# https://github.com/trentm/python-markdown2/issues/633
38
- return '<p m="1"' * 5000 + " " * 10_000 + "</div"
+ return '<p m="1"' * 2500 + " " * 5000 + "</div"
39
40
41
# whack everything in a dict for easy lookup later on
0 commit comments