A variety of small fixes
This commit is contained in:
@@ -35,9 +35,6 @@ local tostring = tostring
|
||||
inspect.KEY = {}
|
||||
inspect.METATABLE = {}
|
||||
|
||||
local function rawpairs(t)
|
||||
return table.unsafepairs(t)
|
||||
end
|
||||
|
||||
-- Apostrophizes the string if it has quotes, but not aphostrophes
|
||||
-- Otherwise, it returns a regular quoted string
|
||||
|
||||
Reference in New Issue
Block a user