Skip to content

Commit 0de3825

Browse files
committed
Fixed some MimeReader test data
1 parent fa412d9 commit 0de3825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UnitTests/TestData/compliance/invalid-content-type.eml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MIME-Version: 1.0
66
Content-Type: X-ZIP; name="attachment.zip"
77
Content-Transfer-Encoding: base64
88

9-
<base64 content>
9+
VGhpcyBpcyB0aGUgemlwIGF0dGFjaG1lbnQu

UnitTests/TestData/compliance/missing-multipart-end-boundary.eml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This is the message body
1414
Content-Type: application/octet-stream; name="attachment.dat"
1515
Content-Transfer-Encoding: base64
1616
17-
<base64 content>
17+
VGhpcyBpcyB0aGUgemlwIGF0dGFjaG1lbnQu

0 commit comments

Comments
 (0)