From 58fc6026fcd15b01522db085881782a441fdd780 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 30 Mar 2026 09:58:47 +0200 Subject: [PATCH] Add a linked test-case for PR 5134 This test-case is an especially "bad" one performance wise given its PostScript function use, when falling back to the (now removed) `PostScriptEvaluator` code. --- test/pdfs/pr5134.pdf.link | 1 + test/test_manifest.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 test/pdfs/pr5134.pdf.link diff --git a/test/pdfs/pr5134.pdf.link b/test/pdfs/pr5134.pdf.link new file mode 100644 index 000000000..721dc2fdc --- /dev/null +++ b/test/pdfs/pr5134.pdf.link @@ -0,0 +1 @@ +https://web.archive.org/web/20140211020222/http://www.coachusa.com/CoachUsaAssets/files/97/route45.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index ab4c82c4e..98d7ec427 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -2636,6 +2636,15 @@ "lastPage": 1, "type": "load" }, + { + "id": "pr5134", + "file": "pdfs/pr5134.pdf", + "md5": "6a701a163472e071a2519348b55cbac1", + "rounds": 1, + "link": true, + "firstPage": 2, + "type": "eq" + }, { "id": "pr8808", "file": "pdfs/pr8808.pdf",