From 07a98ed4a1099e2f21e5011898ed167d9669e016 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Mon, 7 May 2018 02:06:25 -0500 Subject: [PATCH] Remove PDF32000_2008.pdf:7.4.1 (non-)test --- test/filters.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/filters.ts b/test/filters.ts index 11cda84..4e500be 100644 --- a/test/filters.ts +++ b/test/filters.ts @@ -41,10 +41,6 @@ describe('pdf filters/decoders: ASCII85Decode', () => { var output = decoders.ASCII85Decode(Buffer.from(input)); deepEqual(output, Buffer.from(`Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure.`)); }); - - it('should decode EXAMPLE 3 from PDF32000_2008.pdf:7.4.1', () => { - var input = "<< /Length 534 /Filter [/ASCII85Decode /LZWDecode] >> stream J..)6T`?p&c!Jnl@ RM]WM;jjH6Gnc75idkL5]+cPZKEBPWdR>FF(kj1_R%W_d &/jS!;iuad7h?[L-F$+]]0A3Ck*$I0KZ?;<)CJtqi65Xb Vc3\\n5ua:Q/=0$W<#N3U;H,MQKqfg1?:lUpR;6oN[C2E4 ZNr8Udn.'p+?#X+1>0Kuk$bCDF/(3fL5]Oq)^kJZ!C2H1 'TO]Rl?Q:&'<5&iP!$Rq;BXRecDN[IJB`,)o8XJOSJ9sD S]hQ;Rj@!ND)bD_q&C\\g:inYC%)&u#:u,M6Bm%IY!Kb1+ \":aAa'S`ViJglLb8iG1p&i;eVoK&juJHs9%;Xomop\"5KatWRT\"JQ#qYuL, JD?M$0QP)lKn06l1apKDC@\\qJ4B!!(5m+j.7F790m(Vj8 8l8Q:_CZ(Gm1%X\\N1&u!FKHMB~>\nendstream"; - }); }); describe('pdf filters/decoders: LZWDecode', () => {