Browse Source

Add a reduced test-case for issue 7696

Issue 7696 was one of the issues fixed by PR 8580. The other ones were all cases of missing glyphs, however in this particular one glyphs did render but every single one was incorrect.
Hence it probably cannot hurt to have a small, reduced, reference test for that PDF file as well.
Jonas Jenwald 8 years ago
parent
commit
794b099385
  1. 1
      test/pdfs/.gitignore
  2. BIN
      test/pdfs/issue7696.pdf
  3. 7
      test/test_manifest.json

1
test/pdfs/.gitignore vendored

@ -43,6 +43,7 @@
!issue7580.pdf !issue7580.pdf
!issue7598.pdf !issue7598.pdf
!issue7665.pdf !issue7665.pdf
!issue7696.pdf
!issue7835.pdf !issue7835.pdf
!issue7855.pdf !issue7855.pdf
!issue7872.pdf !issue7872.pdf

BIN
test/pdfs/issue7696.pdf

Binary file not shown.

7
test/test_manifest.json

@ -1163,6 +1163,13 @@
"link": false, "link": false,
"type": "eq" "type": "eq"
}, },
{ "id": "issue7696",
"file": "pdfs/issue7696.pdf",
"md5": "0593f52d03251164caa219d704a15e4c",
"rounds": 1,
"link": false,
"type": "eq"
},
{ "id": "tutorial", { "id": "tutorial",
"file": "pdfs/tutorial.pdf", "file": "pdfs/tutorial.pdf",
"md5": "6e122f618c27f3aa9a689423e3be6b8d", "md5": "6e122f618c27f3aa9a689423e3be6b8d",

Loading…
Cancel
Save