mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.hmac: Ignore long hex lines in tests
This commit is contained in:
parent
d008744344
commit
53f4351d9a
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
-- Test cases from RFC 4231
|
||||
|
||||
-- Yes, the lines are long, it's annoying to split the long hex things.
|
||||
-- luacheck: ignore 631
|
||||
|
||||
local hmac = require "util.hmac";
|
||||
local hex = require "util.hex";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue