Skip to content

Commit 694416e

Browse files
committed
add test #337
1 parent e437f1d commit 694416e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/issue-337-test.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
'use strict';
2+
3+
const simpleParser = require('..').simpleParser;
4+
5+
module.exports['Hangs when Reply-To invalid encoded'] = async test => {
6+
simpleParser('Content-type: text/plain\r\nReply-To: =?U� -8?B?0=D0=BA=D0=BE=D0=B2?=\n\r\n1234');
7+
8+
test.done();
9+
};

0 commit comments

Comments
 (0)