Browse Source

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.
Jonas Jenwald 10 years ago
parent
commit
82f73bc9f4
  1. 7
      test/test_manifest.json

7
test/test_manifest.json

@ -1713,6 +1713,13 @@ @@ -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",

Loading…
Cancel
Save