Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2018-09-21 13:39:11 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2018-09-21 13:39:11 +0300
commit070507ff3fbda7bf6d2b3143b3c4cdeffcfd0c0e (patch)
tree205e7a2cea5a4edd9f881d25c87298b256743d4d
parent5096665f97ad47949ce79ade080f0198caa2ddb7 (diff)
Fix test.assertraise error on table argument
Ref #272.
-rw-r--r--lua/pl/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pl/test.lua b/lua/pl/test.lua
index c77eba7..87f88f0 100644
--- a/lua/pl/test.lua
+++ b/lua/pl/test.lua
@@ -12,7 +12,7 @@ local tablex = require 'pl.tablex'
local utils = require 'pl.utils'
local pretty = require 'pl.pretty'
local path = require 'pl.path'
-local type,unpack = type,utils.pack
+local type,unpack = type,utils.unpack
local clock = os.clock
local debug = require 'debug'
local io = io