aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pathological_tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/pathological_tests.py b/test/pathological_tests.py
index 8b25137..719e317 100644
--- a/test/pathological_tests.py
+++ b/test/pathological_tests.py
@@ -19,9 +19,10 @@ cmark = CMark(prog=args.program, library_dir=args.library_dir)
# list of pairs consisting of input and a regex that must match the output.
pathological = {
+ # note - some pythons have limit of 65535 for {num-matches} in re.
"nested strong emph":
- (("*a **a " * 100000) + "b" + (" a** a*" * 100000),
- re.compile("(<em>a <strong>a ){100000}b( a</strong> a</em>){100000}")),
+ (("*a **a " * 65000) + "b" + (" a** a*" * 65000),
+ re.compile("(<em>a <strong>a ){65000}b( a</strong> a</em>){65000}")),
"nested brackets":
(("[" * 50000) + "a" + ("]" * 50000),
re.compile("\[{50000}a\]{50000}")),
'width: -nan%;'/> -rw-r--r--tags/ec/7e/20210327224542.GG6507@mail.wookware.org/unread0
-rw-r--r--tags/ec/7e/20210721043025.55A7E15F@jawa.homebase.dk/hb0
-rw-r--r--tags/ec/7e/20210721043025.55A7E15F@jawa.homebase.dk/sys0
-rw-r--r--tags/ec/7e/20210721043025.55A7E15F@jawa.homebase.dk/unread0
-rw-r--r--tags/ec/7e/25DDE2367D44F9ECB3CDAF965080D3F39AB92A26@WEBTASK01N02/isp0
-rw-r--r--tags/ec/7e/25DDE2367D44F9ECB3CDAF965080D3F39AB92A26@WEBTASK01N02/unread0
-rw-r--r--tags/ec/7e/E1nKGvy-0006QR-7Y@fasolo.debian.org/debian0
-rw-r--r--tags/ec/7e/E1nKGvy-0006QR-7Y@fasolo.debian.org/inbox0
-rw-r--r--tags/ec/7e/E1nKGvy-0006QR-7Y@fasolo.debian.org/killed0
-rw-r--r--tags/ec/7e/E1nKGvy-0006QR-7Y@fasolo.debian.org/unread0
-rw-r--r--tags/ec/7e/Kozea%2fRadicale%2fissues%2f1268%2f1304830364@github.com/unread0
-rw-r--r--tags/ec/7e/c374a07d6a821f4a219e278589c8827e@puri.sm/attachment0
-rw-r--r--tags/ec/7e/c374a07d6a821f4a219e278589c8827e@puri.sm/unread0
-rw-r--r--tags/ec/7e/handler.617182.D617182.13582180848228.ackdone@bugs.debian.org/debian0
-rw-r--r--tags/ec/7e/handler.617182.D617182.13582180848228.ackdone@bugs.debian.org/signed0
23 files changed, 0 insertions, 0 deletions