Skip to content

Commit

Permalink
Remove PDF32000_2008.pdf:7.4.1 (non-)test
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrown committed May 7, 2018
1 parent be707d2 commit 07a98ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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&<!J9%_[umg\"B7/Z7KNXbN'S+,*Q/&\"OLT'F LIDK#!n`$\"<Atdi`\\Vn%b%)&'cA*VnK\\CJY(sF>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`ViJglLb8<W9k6Yl\\\\0McJQkDeLWdPN?9A'jX* al>iG1p&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', () => {
Expand Down

0 comments on commit 07a98ed

Please sign in to comment.