lunarmodules / luassert

Assertion library for Lua
MIT License
202 stars 77 forks source link

Deep copy should copy metatable #103

Closed o-lim closed 9 years ago

o-lim commented 9 years ago

This updates the deep copy function to also copy any metatables, and avoids the __pairs metamethod.