Software /
code /
prosody
Diff
spec/util_hmac_spec.lua @ 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 |
parent | 9960:cedc1f646925 |
child | 12355:a0ff5c438e9d |
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";