mirror of https://github.com/rspamd/rspamd.git
Browse Source
In Lua 5.4, the / operator always returns a float (2/2 = 1.0), while LuaJIT returns an integer (2/2 = 1). This caused test dependency registration to fail as tostring(i/2) produced "1.0" instead of "1".pull/5783/head
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue