From 82f73bc9f4aa4606a379362a4e95ff35fce64e8a Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 3 Mar 2015 12:58:20 +0100 Subject: [PATCH] Add a |text| test-case for issue 5421 Prior to PR 4259, we *incorrectly* ignored `toUnicode` for Type3 fonts. Since we now handle that correctly, this patch adds a `text` test-case to prevent regressions. --- test/test_manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/test_manifest.json b/test/test_manifest.json index ed698c234..933b2fba3 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -1713,6 +1713,13 @@ "type": "eq", "about": "Invisible Type3 font used for text selection and searching." }, + { "id": "issue5421-text", + "file": "pdfs/issue5421.pdf", + "md5": "273f6813758a2349090003c7c8a0d85e", + "link": false, + "rounds": 1, + "type": "text" + }, { "id": "issue5701", "file": "pdfs/issue5701.pdf", "md5": "7ec476aee12e8bd6be79140223d329c1",