diff --git a/test/test-parse-fetch.js b/test/test-parse-fetch.js index a861d6d..3e9770a 100644 --- a/test/test-parse-fetch.js +++ b/test/test-parse-fetch.js @@ -27,26 +27,28 @@ var tests = { { flags: [ '\\Seen' ], date: '17-Jul-1996 02:44:25 -0700', 'rfc822.size': 4286, - envelope: [ 'Wed, 17 Jul 1996 02:23:25 -0700 (PDT)', - 'IMAP4rev1 WG mtg summary and minutes', - [ [ 'Terry Gray', null, 'gray', 'cac.washington.edu' ] ], - [ [ 'Terry Gray', null, 'gray', 'cac.washington.edu' ] ], - [ [ 'Terry Gray', null, 'gray', 'cac.washington.edu' ] ], - [ [ null, null, 'imap', 'cac.washington.edu' ] ], - [ [ null, null, 'minutes', 'CNRI.Reston.VA.US' ], - [ 'John Klensin', null, 'KLENSIN', 'MIT.EDU' ] ], - null, - null, - '' + envelope: [ + 'Wed, 17 Jul 1996 02:23:25 -0700 (PDT)', + 'IMAP4rev1 WG mtg summary and minutes', + [ [ 'Terry Gray', null, 'gray', 'cac.washington.edu' ] ], + [ [ 'Terry Gray', null, 'gray', 'cac.washington.edu' ] ], + [ [ 'Terry Gray', null, 'gray', 'cac.washington.edu' ] ], + [ [ null, null, 'imap', 'cac.washington.edu' ] ], + [ [ null, null, 'minutes', 'CNRI.Reston.VA.US' ], + [ 'John Klensin', null, 'KLENSIN', 'MIT.EDU' ] ], + null, + null, + '' ], - body: [ 'TEXT', - 'PLAIN', - [ 'CHARSET', 'US-ASCII' ], - null, - null, - '7BIT', - 3028, - 92 + body: [ + 'TEXT', + 'PLAIN', + [ 'CHARSET', 'US-ASCII' ], + null, + null, + '7BIT', + 3028, + 92 ] } ],