Skip to content

Commit e005989

Browse files
committed
replace test closing boundary extra CR with whitespace
1 parent 160b062 commit e005989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Multipart.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe("Multipart", function () {
143143
'X-Foo: Foo\r\n' +
144144
'\r\n' +
145145
'The boundary delimiter of this part has trailing SP and tab.\r\n' +
146-
'--simple boundary--\r\r\n'
146+
'--simple boundary--\t \t\r\n'
147147

148148
const parsedMultipart = Multipart.parseBody(new TextEncoder().encode(string), new TextEncoder().encode("simple boundary"));
149149

0 commit comments

Comments
 (0)