From 9dd7726419ef7f86aaca3430c1c92e98a6075f3b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 9 Dec 2023 21:01:49 +0100 Subject: util.http: Silence strict luacheck warning in tests --- spec/util_http_spec.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/util_http_spec.lua b/spec/util_http_spec.lua index 62679f0f..3e2f5a6a 100644 --- a/spec/util_http_spec.lua +++ b/spec/util_http_spec.lua @@ -41,6 +41,7 @@ describe("util.http", function() end); it("should encode special characters with escaping", function() + -- luacheck: ignore 631 assert.are.equal(http.formencode({ { name = "one two", value = "1"}, { name = "two one&", value = "2" } }), "one+two=1&two+one%26=2", "Form encoded"); end); end); -- cgit v1.2.3