diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index 9244559dd..14b37fdb4 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -103,3 +103,4 @@ !issue4573.pdf !issue4800.pdf !issue4801.pdf +!issue5549.pdf diff --git a/test/pdfs/issue5549.pdf b/test/pdfs/issue5549.pdf new file mode 100644 index 000000000..8e08c356b Binary files /dev/null and b/test/pdfs/issue5549.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index 3347aaf8b..d8f5eb8a8 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -1901,5 +1901,12 @@ "rounds": 1, "link": true, "type": "eq" + }, + { "id": "issue5549.pdf", + "file": "pdfs/issue5549.pdf", + "md5": "6c36df6ebc583c9e18aad0ad00d257b8", + "rounds": 1, + "type": "eq", + "about": "Free image obtained from www.unsplash.com" } ]