From: Vsevolod Stakhov Date: Thu, 17 Feb 2022 21:24:58 +0000 (+0000) Subject: [Test] Add a test case X-Git-Tag: 3.2~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3e1ff9e769e62977a3876de339a7319f2b27a4b;p=thirdparty%2Frspamd.git [Test] Add a test case Issue: #4081 --- diff --git a/test/rspamd_cxx_unit_utils.hxx b/test/rspamd_cxx_unit_utils.hxx index d83af50106..c853153793 100644 --- a/test/rspamd_cxx_unit_utils.hxx +++ b/test/rspamd_cxx_unit_utils.hxx @@ -44,6 +44,7 @@ TEST_CASE("rspamd_strip_smtp_comments_inplace") {"ab(trol\\\1lo)c(foo)", "abc"}, {"\\ab(trol\\\1lo)c(foo)", "abc"}, {"", ""}, + {" (added by postmaster@example.net)", " "} }; for (const auto &c : cases) {