diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index 29a8e3880..5eff550c8 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -29,6 +29,7 @@ !issue1905.pdf !issue1249.pdf !smaskdim.pdf +!endchar.pdf !type4psfunc.pdf !issue1350.pdf !S2.pdf diff --git a/test/pdfs/endchar.pdf b/test/pdfs/endchar.pdf new file mode 100644 index 000000000..aa1698e0e Binary files /dev/null and b/test/pdfs/endchar.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index a455b116c..5ca99dc3a 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -461,6 +461,12 @@ "rounds": 1, "type": "eq" }, + { "id": "endchar", + "file": "pdfs/endchar.pdf", + "md5": "90a59acdd62252fdb4fefa482e12d6b3", + "rounds": 1, + "type": "eq" + }, { "id": "type4psfunc", "file": "pdfs/type4psfunc.pdf", "md5": "7e6027a02ff78577f74dccdf84e37189",