Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings
This commit is contained in:
parent
deba913651
commit
2ef50c5068
3
test/pdfs/.gitignore
vendored
3
test/pdfs/.gitignore
vendored
@ -39,4 +39,7 @@
|
||||
!mixedfonts.pdf
|
||||
!shading_extend.pdf
|
||||
!noembed-identity.pdf
|
||||
!noembed-jis7.pdf
|
||||
!noembed-eucjp.pdf
|
||||
!noembed-sjis.pdf
|
||||
!issue2099-1.pdf
|
||||
|
BIN
test/pdfs/noembed-eucjp.pdf
Normal file
BIN
test/pdfs/noembed-eucjp.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/noembed-jis7.pdf
Normal file
BIN
test/pdfs/noembed-jis7.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/noembed-sjis.pdf
Normal file
BIN
test/pdfs/noembed-sjis.pdf
Normal file
Binary file not shown.
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user