From 5f34f2323a97909a303f12df9c47f291b36a84b5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 5 Dec 2021 18:22:41 +0000 Subject: [PATCH] [Test] Add a small test for xxh3 --- test/functional/lua/hashes.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/functional/lua/hashes.lua b/test/functional/lua/hashes.lua index d934770e59..f02e01c4ec 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 -- 2.47.3