Skip to content

Commit ad0c383

Browse files
committed
Merge branch 'v3.4.0_hang' of github.com:jonny64/mailparser into jonny64-v3.4.0_hang
2 parents dd33c76 + 694416e commit ad0c383

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)