Skip to content

Commit 2ef50c5

Browse files
committed
Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings
1 parent deba913 commit 2ef50c5

File tree

5 files changed

+21
-0
lines changed

5 files changed

+21
-0
lines changed

test/pdfs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@
3939
!mixedfonts.pdf
4040
!shading_extend.pdf
4141
!noembed-identity.pdf
42+
!noembed-jis7.pdf
43+
!noembed-eucjp.pdf
44+
!noembed-sjis.pdf
4245
!issue2099-1.pdf

test/pdfs/noembed-eucjp.pdf

1.44 KB
Binary file not shown.

test/pdfs/noembed-jis7.pdf

14.9 KB
Binary file not shown.

test/pdfs/noembed-sjis.pdf

1.44 KB
Binary file not shown.

test/test_manifest.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,24 @@
809809
"rounds": 1,
810810
"type": "eq"
811811
},
812+
{ "id": "noembed-jis7",
813+
"file": "pdfs/noembed-jis7.pdf",
814+
"md5": "a0f6cf5a830f23d0c35994a6aaf92b3d",
815+
"rounds": 1,
816+
"type": "eq"
817+
},
818+
{ "id": "noembed-eucjp",
819+
"file": "pdfs/noembed-eucjp.pdf",
820+
"md5": "d270f2d46db99b70235b4d37cbc313ad",
821+
"rounds": 1,
822+
"type": "eq"
823+
},
824+
{ "id": "noembed-sjis",
825+
"file": "pdfs/noembed-sjis.pdf",
826+
"md5": "51f9d150bf4afe498019b3029d451072",
827+
"rounds": 1,
828+
"type": "eq"
829+
},
812830
{ "id": "issue2099-1",
813831
"file": "pdfs/issue2099-1.pdf",
814832
"md5": "c7eca682d70a976dfc4b7e64d3e9f1ce",

0 commit comments

Comments
 (0)