[Pkg-javascript-commits] [pdf.js] 32/72: Add a |text| test-case for issue 5421
David Prévot
taffit at moszumanska.debian.org
Wed Mar 18 20:15:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 82f73bc9f4aa4606a379362a4e95ff35fce64e8a
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Tue Mar 3 12:58:20 2015 +0100
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 ed698c2..933b2fb 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",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list