Skip to content

Commit 68885ac

Browse files
committed
Adjust size of output in redos test case
1 parent 74fc8cd commit 68885ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_redos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def issue493():
3535

3636
def issue_633():
3737
# https://github.com/trentm/python-markdown2/issues/633
38-
return '<p m="1"' * 5000 + " " * 10_000 + "</div"
38+
return '<p m="1"' * 2500 + " " * 5000 + "</div"
3939

4040

4141
# whack everything in a dict for easy lookup later on

0 commit comments

Comments
 (0)