diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index ca614c71c..f500e35cd 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -101,6 +101,8 @@ !bug1028735.pdf !bug1046314.pdf !bug1065245.pdf +!bug1151216.pdf +!bug1175962.pdf !basicapi.pdf !mixedfonts.pdf !shading_extend.pdf diff --git a/test/pdfs/bug1151216.pdf b/test/pdfs/bug1151216.pdf new file mode 100644 index 000000000..3bbc09f8c Binary files /dev/null and b/test/pdfs/bug1151216.pdf differ diff --git a/test/pdfs/bug1175962.pdf b/test/pdfs/bug1175962.pdf new file mode 100644 index 000000000..ca64e9ae3 Binary files /dev/null and b/test/pdfs/bug1175962.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index 855d03273..4b38c7532 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -1650,6 +1650,21 @@ "lastPage": 1, "about": "CFF font with multiply-encoded glyph and no pdf encoding dict." }, + { "id": "bug1151216", + "file": "pdfs/bug1151216.pdf", + "md5": "e66ea6ee0e0cdd5119224eb073055eca", + "rounds": 1, + "link": false, + "type": "eq" + }, + { "id": "bug1175962", + "file": "pdfs/bug1175962.pdf", + "md5": "012a5ea0d2733408ac7f8b88f7352bba", + "rounds": 1, + "link": false, + "type": "eq", + "about": "The same PDF file as in bug1175943." + }, { "id": "issue1878", "file": "pdfs/issue1878.pdf", "md5": "b4fb0ce7c19368e7104dce3d0d34bcb3",