diff --git a/test/pdfs/i9.pdf.link b/test/pdfs/i9.pdf.link new file mode 100644 index 000000000..a4a75e771 --- /dev/null +++ b/test/pdfs/i9.pdf.link @@ -0,0 +1 @@ +http://www.uscis.gov/files/form/i-9.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index 6c1ff71cd..c5c196397 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -63,5 +63,11 @@ "file": "pdfs/ArabicCIDTrueType.pdf", "rounds": 1, "type": "load" + }, + { "id": "i9-pdf", + "file": "pdfs/i9.pdf", + "link": true, + "rounds": 1, + "type": "eq" } ]