We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2820da3 commit ef6b618Copy full SHA for ef6b618
test.lua
@@ -6,6 +6,8 @@ local cmsgpack = require "cmsgpack"
6
local ok, cmsgpack_safe = pcall(require, 'cmsgpack.safe')
7
if not ok then cmsgpack_safe = nil end
8
9
+local unpack = unpack or table.unpack
10
+
11
passed = 0
12
failed = 0
13
skipped = 0
0 commit comments