mu: test-message: add test for html text from base64

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-13 22:06:19 +02:00
parent a629caef1a
commit 46a2432809
1 changed files with 1 additions and 0 deletions

View File

@ -804,6 +804,7 @@ RU5EOlZFVkVOVA0KRU5EOlZDQUxFTkRBUg0K
"Invitation: HELLO, @ Thu 9 Jan 2014 08:30 - 09:30 (william@example.com)");
g_assert_true(message->flags() == (Flags::Passed|Flags::Seen|
Flags::HasAttachment|Flags::Calendar));
g_assert_cmpuint(message->body_html().value_or("").find("DETAILS"), ==, 2271);
}