Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings

This commit is contained in:
vyv03354 2013-01-17 00:13:34 +09:00
parent deba913651
commit 2ef50c5068
5 changed files with 21 additions and 0 deletions

View File

@ -39,4 +39,7 @@
!mixedfonts.pdf !mixedfonts.pdf
!shading_extend.pdf !shading_extend.pdf
!noembed-identity.pdf !noembed-identity.pdf
!noembed-jis7.pdf
!noembed-eucjp.pdf
!noembed-sjis.pdf
!issue2099-1.pdf !issue2099-1.pdf

BIN
test/pdfs/noembed-eucjp.pdf Normal file

Binary file not shown.

BIN
test/pdfs/noembed-jis7.pdf Normal file

Binary file not shown.

BIN
test/pdfs/noembed-sjis.pdf Normal file

Binary file not shown.

View File

@ -809,6 +809,24 @@
"rounds": 1, "rounds": 1,
"type": "eq" "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", { "id": "issue2099-1",
"file": "pdfs/issue2099-1.pdf", "file": "pdfs/issue2099-1.pdf",
"md5": "c7eca682d70a976dfc4b7e64d3e9f1ce", "md5": "c7eca682d70a976dfc4b7e64d3e9f1ce",