From: Vsevolod Stakhov Date: Mon, 3 Oct 2022 22:26:25 +0000 (+0100) Subject: [Test] Fix failing test X-Git-Tag: 3.4~74 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=97a5a0f26f04e9352a5e78e1d6a6143abde35237;p=rspamd.git [Test] Fix failing test --- diff --git a/src/libutil/cxx/utf8_util.cxx b/src/libutil/cxx/utf8_util.cxx index 0e7cd39d7..c69191e8b 100644 --- a/src/libutil/cxx/utf8_util.cxx +++ b/src/libutil/cxx/utf8_util.cxx @@ -230,7 +230,7 @@ TEST_CASE("utf8 normalise") { /* Special case of diacritic */ {"13_\u0020\u0308\u0301\u038e\u03ab", "13_ ̈́ΎΫ", RSPAMD_UNICODE_NORM_UNNORMAL}, /* Same with zw spaces */ - {"13\u200C_\u0020\u0308\u0301\u038e\u03ab\u200D", "13_ ̈́ΎΫ", + {"13\u200C_\u0020\u0308\u0301\u038e\u03ab", "13_ ̈́ΎΫ", RSPAMD_UNICODE_NORM_UNNORMAL|RSPAMD_UNICODE_NORM_ZERO_SPACES}, /* Buffer overflow case */ {"u\xC2\xC2\xC2\xC2\xC2\xC2""abcdef""abcdef", "u\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD",