mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-25 12:13:18 +00:00

This tries to cover some holes in our existing coverage. - Port some of our Java readable handle tests to Lua (and also clean up the Java versions to stop using ObjectWrapper - that dates to pre-@LuaFunction!) - Test a couple of discrepancies between binary and text handles. This is mostly to do with the original number-based .read() and .write() interface for binary handles. - Fix a couple of edge cases in file-size accounting.