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.
"![[]()"*n
1 parent c5d5721 commit 0e5ae6eCopy full SHA for 0e5ae6e
test/pathological_tests.py
@@ -80,6 +80,9 @@ def badhash(ref):
80
"pattern [ (]( repeated":
81
(("[ (](" * 40000),
82
re.compile("(\[ \(\]\(){40000}")),
83
+ "pattern ![[]() repeated":
84
+ ("![[]()" * 160000,
85
+ re.compile("(!\[<a href=\"\"></a>){160000}")),
86
"hard link/emph case":
87
("**x [a*b**c*](d)",
88
re.compile("\\*\\*x <a href=\"d\">a<em>b\\*\\*c</em></a>")),
0 commit comments