We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e3a22 commit 372ba64Copy full SHA for 372ba64
src/lib-mail/test-istream-qp-decoder.c
@@ -20,7 +20,7 @@ static const struct {
20
{ "p=c3=a4= \t \n=c3=\r\n=a4t= \r\n=c3=b6s", "p\xC3\xA4\xC3\xA4t\xC3\xB6s", 0, 5 },
21
{ "p=c3=a4= \t \n=c3=\r\n=a4t= \r\n=c3=b6s", "p\xC3\xA4\xC3\xA4t\xC3\xB6s", 0, 7 },
22
{ "p=c3", "p\xC3", 0, 2 },
23
- { "=0A=0D ", "\n\r", 0, 7 },
+ { "=0A=0D ", "\n\r", 0, 4 },
24
{ "foo_bar", "foo_bar", 0, 0 },
25
{ "\n\n", "\r\n\r\n", 0, 0 },
26
{ "\r\n\n\n\r\n", "\r\n\r\n\r\n\r\n", 0, 0 },
0 commit comments