From: notmasteryet Date: Fri, 2 Dec 2011 12:55:04 +0000 (-0600) Subject: Add PDF from the #840 to the reference tests X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=05c1f68d6847c0ea8bf48828e4c777f71530b21b;p=pdf.js.git Add PDF from the #840 to the reference tests --- diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index a757acf..325987d 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -16,3 +16,4 @@ !alphatrans.pdf !devicen.pdf !cmykjpeg.pdf +!issue840.pdf diff --git a/test/pdfs/issue840.pdf b/test/pdfs/issue840.pdf new file mode 100644 index 0000000..6501a8c Binary files /dev/null and b/test/pdfs/issue840.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index dd861c9..bfa131d 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -290,5 +290,11 @@ "link": true, "rounds": 1, "type": "eq" + }, + { "id": "issue840", + "file": "pdfs/issue840.pdf", + "md5": "20d88011dd7e3c4fb5274979094dab93", + "rounds": 1, + "type": "eq" } ]