From: Vsevolod Stakhov Date: Sun, 5 Dec 2021 18:22:41 +0000 (+0000) Subject: [Test] Add a small test for xxh3 X-Git-Tag: 3.2~192 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f34f2323a97909a303f12df9c47f291b36a84b5;p=rspamd.git [Test] Add a small test for xxh3 --- diff --git a/test/functional/lua/hashes.lua b/test/functional/lua/hashes.lua index d934770e5..f02e01c4e 100644 --- a/test/functional/lua/hashes.lua +++ b/test/functional/lua/hashes.lua @@ -40,6 +40,12 @@ rspamd_config:register_symbol({ ['hex'] = 'cf25ddc406c50de0c13de2b79d127646', ['reset'] = true, }, + { + ['init'] = 'hello', + ['specific'] = 'xxh3', + ['str'] = 'hello', + ['hex'] = 'c1156ae6cb7ff175', + } } for _, t in ipairs(test_data) do