Software /
code /
prosody
Changeset
9961:d7c99694fc94
util.hmac: Ignore long hex lines in tests
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 19 Apr 2019 13:17:49 +0200 |
parents | 9960:cedc1f646925 |
children | 9963:90a3cd25f2ae |
files | spec/util_hmac_spec.lua |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/spec/util_hmac_spec.lua Thu Apr 11 00:41:48 2019 +0200 +++ b/spec/util_hmac_spec.lua Fri Apr 19 13:17:49 2019 +0200 @@ -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";