jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 6 forks source link

Add tests for all of the public modules #96

Closed jalovatt closed 5 years ago

jalovatt commented 5 years ago

The code for deepEquals doesn't seem right to me, and at any rate it needs to have a check for __noRecurisive added for safety.

Likewise, Table.shallowEquals is a very quick implementation that I haven't had a chance to test.