updated tests and added check in connections

This commit is contained in:
2026-06-09 23:04:02 -07:00
parent 0796788fcb
commit 8b5d10cbb6
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
Requires multi.lua to be in the same directory or on the Lua path.
Compatible with Lua 5.1, 5.2, 5.3, 5.4, and LuaJIT.
]]
package.path = "?/init.lua;?.lua;../?/init.lua;../?.lua;" .. package.path
package.path = "../?/init.lua;../?.lua;../init.lua;../?.lua;" .. package.path
-- ─────────────────────────────────────────────
-- Minimal test runner