commit 97a5a0f: [Test] Fix failing test
Vsevolod Stakhov
vsevolod at rspamd.com
Mon Oct 3 22:28:03 UTC 2022
Author: Vsevolod Stakhov
Date: 2022-10-03 23:26:25 +0100
URL: https://github.com/rspamd/rspamd/commit/97a5a0f26f04e9352a5e78e1d6a6143abde35237 (HEAD -> master)
[Test] Fix failing test
---
src/libutil/cxx/utf8_util.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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",
More information about the Commits
mailing list