Skip to content

Commit e491b90

Browse files
committed
Add a test-case for issue 4398
Issue 4398 was fixed by PR 4437, however a test-case wasn't included as far as I can tell. Given that PR 12186 is now in the process re-factoring that code, adding a test-case cannot hurt as far as I'm concerned.
1 parent fea4044 commit e491b90

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

test/pdfs/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
!issue5238.pdf
248248
!issue5244.pdf
249249
!issue5291.pdf
250+
!issue4398.pdf
250251
!issue5421.pdf
251252
!issue5470.pdf
252253
!issue5501.pdf

test/pdfs/issue4398.pdf

14 KB
Binary file not shown.

test/test_manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,12 @@
17211721
"lastPage": 1,
17221722
"type": "eq"
17231723
},
1724+
{ "id": "issue4398",
1725+
"file": "pdfs/issue4398.pdf",
1726+
"md5": "f3c1f967e99a1f5659e0e196f4293706",
1727+
"rounds": 1,
1728+
"type": "eq"
1729+
},
17241730
{ "id": "issue6071",
17251731
"file": "pdfs/issue6071.pdf",
17261732
"md5": "2e08526d8e7c9ba4269fc12ef488d3eb",

0 commit comments

Comments
 (0)