diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index 050b533fe..8c908244f 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -39,4 +39,7 @@ !mixedfonts.pdf !shading_extend.pdf !noembed-identity.pdf +!noembed-jis7.pdf +!noembed-eucjp.pdf +!noembed-sjis.pdf !issue2099-1.pdf diff --git a/test/pdfs/noembed-eucjp.pdf b/test/pdfs/noembed-eucjp.pdf new file mode 100644 index 000000000..7702977d1 Binary files /dev/null and b/test/pdfs/noembed-eucjp.pdf differ diff --git a/test/pdfs/noembed-jis7.pdf b/test/pdfs/noembed-jis7.pdf new file mode 100644 index 000000000..fa2a95f2b Binary files /dev/null and b/test/pdfs/noembed-jis7.pdf differ diff --git a/test/pdfs/noembed-sjis.pdf b/test/pdfs/noembed-sjis.pdf new file mode 100644 index 000000000..f7dd3860a Binary files /dev/null and b/test/pdfs/noembed-sjis.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index 14026c9e2..8faf91129 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -809,6 +809,24 @@ "rounds": 1, "type": "eq" }, + { "id": "noembed-jis7", + "file": "pdfs/noembed-jis7.pdf", + "md5": "a0f6cf5a830f23d0c35994a6aaf92b3d", + "rounds": 1, + "type": "eq" + }, + { "id": "noembed-eucjp", + "file": "pdfs/noembed-eucjp.pdf", + "md5": "d270f2d46db99b70235b4d37cbc313ad", + "rounds": 1, + "type": "eq" + }, + { "id": "noembed-sjis", + "file": "pdfs/noembed-sjis.pdf", + "md5": "51f9d150bf4afe498019b3029d451072", + "rounds": 1, + "type": "eq" + }, { "id": "issue2099-1", "file": "pdfs/issue2099-1.pdf", "md5": "c7eca682d70a976dfc4b7e64d3e9f1ce",